aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-01-17 02:05:47 +0100
committerRenaud G <renaud@rolisteam.org>2016-01-17 02:05:47 +0100
commit4f7f1ff09713da3ba1c475b582c04cc7a9e1ba7b (patch)
tree961ef0b953bb8b9c2437037cedee0c52b7dcb05b
parentc9df65aae8ca3234b5ec4abe08e687e1d2cd07bc (diff)
downloadOneRoll-4f7f1ff09713da3ba1c475b582c04cc7a9e1ba7b.tar.gz
OneRoll-4f7f1ff09713da3ba1c475b582c04cc7a9e1ba7b.zip
-add qstring include.
-rw-r--r--die.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/die.h b/die.h
index 3ae90dd..be70719 100644
--- a/die.h
+++ b/die.h
@@ -23,6 +23,7 @@
#define DIE_H
#include <QList>
+#include <QString>
/**
* @brief The Die class implements all methods required from a die. You must set the Faces first, then you can roll it and roll it again, to add or replace the previous result.