(svn r23784) -Revert (r23740): compiling without libpng failed to include a correct header

This commit is contained in:
truebrain
2012-01-09 23:04:03 +00:00
parent 274f446b2c
commit 4ecd7843fb

View File

@@ -10,6 +10,7 @@
/** @file screenshot.cpp The creation of screenshots! */ /** @file screenshot.cpp The creation of screenshots! */
#include "stdafx.h" #include "stdafx.h"
#include "fileio_func.h"
#include "viewport_func.h" #include "viewport_func.h"
#include "gfx_func.h" #include "gfx_func.h"
#include "screenshot.h" #include "screenshot.h"