diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/animation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/animation.cpp b/graphics/animation.cpp index 48a85fa03c..f54779ea2d 100644 --- a/graphics/animation.cpp +++ b/graphics/animation.cpp @@ -21,9 +21,10 @@ #include "common/stdafx.h" #include "graphics/animation.h" -#include "common/file.h" #include "sound/audiostream.h" #include "common/config-manager.h" +#include "common/file.h" +#include "common/system.h" namespace Graphics { |