diff options
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index 2a82470..e0fc563 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -1,7 +1,7 @@ #ifndef EXECUTIONNODE_H #define EXECUTIONNODE_H -#include "result.h" +#include "result/result.h" #include <QDebug> /** * @brief The ExecutionNode class |