summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index ecee2b5f..f12d3898 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -23,14 +23,15 @@
#include "graphics.h"
+#include <cstdarg>
+#include <png.h>
+
#include "log.h"
#include "graphic/imagerect.h"
#include "resources/image.h"
-#include <png.h>
-
extern volatile int framesToDraw;
Graphics::Graphics():