]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
assert if ShowModal() is called after a previous Show() (#1416)
[wxWidgets.git] / src / common / imagpng.cpp
index 5d91abbe17a9e2f64ddcb05d141cf645431624da..21bcf6ee4d55e5568b77ef520d26dfb39f7e13fd 100644 (file)
@@ -33,7 +33,7 @@
     #include "wx/stream.h"
 #endif
 
-#include <png.h>
+#include "png.h"
 
 // For memcpy
 #include <string.h>