diff options
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index 80e0781a..8de57f01 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -22,10 +22,10 @@ #ifndef ANIMATION_H #define ANIMATION_H -#include <vector> - #include <libxml/tree.h> +#include <vector> + class Image; /** |