diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index c6971a518..9ca7ce8fb 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -31,7 +31,8 @@ #include "map.h" #include "sdlshared.h" -#include "surfacegraphics.h" + +#include "render/surfacegraphics.h" #include "resources/image.h" #include "resources/imagehelper.h" |