(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 1a0fe0e8c6
commit e2fea99ba9
1 changed files with 1 additions and 0 deletions

View File

@ -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"