diff options
| author | 2018-11-07 09:25:23 +0000 | |
|---|---|---|
| committer | 2018-11-07 09:25:23 +0000 | |
| commit | bd4a0c837bd5e3b4dbf9d3dcef892850d04ec6ac (patch) | |
| tree | ede06bc79ce25a7d7671b0cc66f603db70d13516 /diceparser.cpp | |
| parent | 00945681bdf2cde54e08715e7385dc567903a979 (diff) | |
| download | OneRoll-bd4a0c837bd5e3b4dbf9d3dcef892850d04ec6ac.tar.gz OneRoll-bd4a0c837bd5e3b4dbf9d3dcef892850d04ec6ac.zip | |
fix compilation
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 41a91e5..6108eb8 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -24,6 +24,7 @@ #include <QStringList> #include <QObject> #include <QFile> +#include <functional> #include "node/startingnode.h" #include "node/scalaroperatornode.h" @@ -48,7 +49,6 @@ #include "node/variablenode.h" #include "node/bind.h" - #define DEFAULT_FACES_NUMBER 10 DiceParser::DiceParser() |