aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/die.h b/die.h
index 8ebda1a..e29f10d 100644
--- a/die.h
+++ b/die.h
@@ -24,7 +24,7 @@
#include <QList>
#include <QString>
-
+#include <random>
/**
* @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.
*/