diff options
Diffstat (limited to 'node/switchcasenode.cpp')
| -rw-r--r-- | node/switchcasenode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/switchcasenode.cpp b/node/switchcasenode.cpp index 61938a9..880fa4d 100644 --- a/node/switchcasenode.cpp +++ b/node/switchcasenode.cpp @@ -19,9 +19,9 @@ ***************************************************************************/ #include "switchcasenode.h" -#include "parsingtoolbox.h" #include "stringresult.h" #include <QDebug> +#include <diceparser/parsingtoolbox.h> SwitchCaseNode::SwitchCaseNode() : m_stringResult(new StringResult) { |