aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp2
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()