diff UnitTestsSources/VersionsTests.cpp @ 3244:6f35279215c4

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 10:27:07 +0100
parents 32596919d729
children 997db5b2ad50
line wrap: on
line diff
--- a/UnitTestsSources/VersionsTests.cpp	Sat Feb 16 09:47:36 2019 +0100
+++ b/UnitTestsSources/VersionsTests.cpp	Sat Feb 16 10:27:07 2019 +0100
@@ -44,7 +44,10 @@
 #include <sqlite3.h>
 #include <lua.h>
 #include <jpeglib.h>
-#include <iconv.h>
+
+#if BUILDING_LIBICONV == 1
+#  include <iconv.h>
+#endif
 
 #if ORTHANC_ENABLE_SSL == 1
 #  include <openssl/opensslv.h>