diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 03:27:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 03:27:47 +0300 |
commit | e1a7468be5bd512e8aa7d1aa7ce4ccaf66077f98 (patch) | |
tree | 34ddb6d34509f7dbd380a1cb97145e398e57532c /src/resources | |
parent | 565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c (diff) | |
download | plus-e1a7468be5bd512e8aa7d1aa7ce4ccaf66077f98.tar.gz plus-e1a7468be5bd512e8aa7d1aa7ce4ccaf66077f98.tar.bz2 plus-e1a7468be5bd512e8aa7d1aa7ce4ccaf66077f98.tar.xz plus-e1a7468be5bd512e8aa7d1aa7ce4ccaf66077f98.zip |
Fix unit tests compilation.
Diffstat (limited to 'src/resources')
-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" |