aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-04-16 01:58:40 +0200
committerRenaud G <renaud@rolisteam.org>2022-04-16 02:59:30 +0200
commit6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8 (patch)
treee29af0f803de724e28eab85da2dfe6c535a8292b /validator.h
parent0c040da59e6aa2df3bd0c22e38b2afe0512d3749 (diff)
downloadOneRoll-6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8.tar.gz
OneRoll-6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8.zip
Make sure Windows compilation works
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/validator.h b/validator.h
index 7180bac..ca15f67 100644
--- a/validator.h
+++ b/validator.h
@@ -22,7 +22,8 @@
#ifndef VALIDATOR_H
#define VALIDATOR_H
-#include "diceparserhelper.h"
+#include <diceparser/diceparserhelper.h>
+
#include "die.h"
#include <QString>
#include <Qt>