summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2012-01-09 23:04:03 +0000
committertruebrain <truebrain@openttd.org>2012-01-09 23:04:03 +0000
commite2fea99ba90fa692a8ed9832c725265d794c68cc (patch)
treebb1bd114b5314d3ba0d4cb010d931ae0e51729a5 /src/screenshot.cpp
parent1a0fe0e8c63f99f912edfa7d39234cc71df41db9 (diff)
downloadopenttd-e2fea99ba90fa692a8ed9832c725265d794c68cc.tar.xz
(svn r23784) -Revert (r23740): compiling without libpng failed to include a correct header
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 47c92b400..fbd2be202 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -10,6 +10,7 @@
/** @file screenshot.cpp The creation of screenshots! */
#include "stdafx.h"
+#include "fileio_func.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "screenshot.h"