From 76bf91765e0b25066a47cbd52df07645239c5a78 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 4 May 2008 16:02:53 +0000 Subject: missing header files for gcc 4.3 git-svn-id: svn+q:///qpdf/trunk@607 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libtests/png_filter.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtests/png_filter.cc') diff --git a/libtests/png_filter.cc b/libtests/png_filter.cc index eef1aa3d..4a888bf9 100644 --- a/libtests/png_filter.cc +++ b/libtests/png_filter.cc @@ -5,6 +5,8 @@ #include #include #include +#include +#include FILE* safe_fopen(char const* filename, char const* mode) { -- cgit v1.2.3-54-g00ecf