From: Stefan Csomor Date: Fri, 9 May 2008 16:57:43 +0000 (+0000) Subject: reverting style of include back to user include as before X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a37e742445fab5311049c705ed7c17aeff878abd?ds=inline reverting style of include back to user include as before git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index 5d91abbe17..21bcf6ee4d 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -33,7 +33,7 @@ #include "wx/stream.h" #endif -#include +#include "png.h" // For memcpy #include