diff options
-rw-r--r-- | src/resources/sprite/animatedsprite_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sprite/animatedsprite_unittest.cc b/src/resources/sprite/animatedsprite_unittest.cc index 06e57935c..d33e21a5d 100644 --- a/src/resources/sprite/animatedsprite_unittest.cc +++ b/src/resources/sprite/animatedsprite_unittest.cc @@ -27,10 +27,11 @@ #include "gui/theme.h" -#include "resources/animation.h" #include "resources/resourcemanager.h" #include "resources/sdlimagehelper.h" +#include "resources/animation/animation.h" + #include "utils/env.h" #include "utils/physfstools.h" |