]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOGimmick.cpp
Bug #1963
[creaImageIO.git] / src / creaImageIOGimmick.cpp
index 353951043c42a7a56026f66be51795ef159cf652..6d296136060ffe020716d6b2c0ffbdd580d041b3 100644 (file)
@@ -26,7 +26,7 @@
 */
 
 #include <creaImageIOGimmick.h>
-#include <creaImageIOSystem.h>
+
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>
 
 #endif
 #include <creaImageIOGimmick.h>
 
+#if defined(_WIN32)
+#pragma warning(disable: 4996)
+#endif
+
 #ifdef _DEBUG
 #define new DEBUG_NEW
 #endif