changeset 18934:8b57f7cb8bf4 draft

(svn r23784) -Revert (r23740): compiling without libpng failed to include a correct header
author truebrain <truebrain@openttd.org>
date Mon, 09 Jan 2012 23:04:03 +0000
parents 8d084283b7eb
children d2c418904879
files src/screenshot.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"