diff options
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index 15b0bd1e1..0a38e54f6 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -23,9 +23,10 @@ #ifndef STATUSEFFECT_H #define STATUSEFFECT_H -#include "particle.h" #include "animatedsprite.h" +#include "particle/particle.h" + #include "resources/animation.h" class StatusEffect final |