diff options
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index 67d4c2d..472a5d8 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -6,7 +6,7 @@ #include <QMutex> #include "executionnode.h" -#include "diceresult.h" +#include "result/diceresult.h" class DiceRoller : public QRunnable { public: |