Include header

This commit is contained in:
Andrew Murray 2018-12-13 19:08:51 +11:00
parent 0635e38514
commit 49b23157c4

View File

@ -73,6 +73,10 @@
#include "Python.h"
#ifdef HAVE_LIBJPEG
#include "jconfig.h"
#endif
#ifdef HAVE_LIBZ
#include "zlib.h"
#endif