From e2fea99ba90fa692a8ed9832c725265d794c68cc Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 9 Jan 2012 23:04:03 +0000 Subject: [PATCH] (svn r23784) -Revert (r23740): compiling without libpng failed to include a correct header --- src/screenshot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 47c92b400a..fbd2be2027 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"