]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg.cxx
ENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new...
[gdcm.git] / src / gdcmJpeg.cxx
index d632432f97c200fb6dd428c82383e7ea76f1c8d8..28d0acd17cfabbf2d39082d4363c28a28629fbfd 100644 (file)
@@ -77,7 +77,10 @@ of the uncompressed pixel data from which the compressed data is derived
  */
 
 extern "C" {
-#include "jpeglib.h"
+//#include "jpeglib.h"
+#include "src/jpeg/libijg8/jconfig.h"
+#include "src/jpeg/libijg8/jpeglib.h"
+
 #include <setjmp.h>
 }