fixed Xcode 4.1 compile errors in png codec in highgui

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 6d288978ab
commit 0bf4d9ec2b
  1. 1
      modules/highgui/src/grfmt_png.cpp

@ -56,6 +56,7 @@
#else
#include <png.h>
#endif
#include <zlib.h>
#include "grfmt_png.hpp"
namespace cv

Loading…
Cancel
Save