diff options
Diffstat (limited to 'node/rerolldicenode.h')
| -rw-r--r-- | node/rerolldicenode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h index fcdd5df..4674a3e 100644 --- a/node/rerolldicenode.h +++ b/node/rerolldicenode.h @@ -3,7 +3,7 @@ #include "executionnode.h" -#include "diceresult.h" +#include "result/diceresult.h" #include "validator.h" /** * @brief The RerollDiceNode class reroll dice given a condition and replace(or add) the result. |