aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/sortresult.h')
-rw-r--r--node/sortresult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/sortresult.h b/node/sortresult.h
index 339dcbe..8ce03a2 100644
--- a/node/sortresult.h
+++ b/node/sortresult.h
@@ -2,7 +2,7 @@
#define SORTRESULT_H
#include "executionnode.h"
-#include "diceresult.h"
+#include "result/diceresult.h"
class SortResultNode : public ExecutionNode
{