comparison 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
comparison
equal deleted inserted replaced
3243:cf0ad1fb2bb7 3244:6f35279215c4
42 #include <curl/curl.h> 42 #include <curl/curl.h>
43 #include <boost/version.hpp> 43 #include <boost/version.hpp>
44 #include <sqlite3.h> 44 #include <sqlite3.h>
45 #include <lua.h> 45 #include <lua.h>
46 #include <jpeglib.h> 46 #include <jpeglib.h>
47 #include <iconv.h> 47
48 #if BUILDING_LIBICONV == 1
49 # include <iconv.h>
50 #endif
48 51
49 #if ORTHANC_ENABLE_SSL == 1 52 #if ORTHANC_ENABLE_SSL == 1
50 # include <openssl/opensslv.h> 53 # include <openssl/opensslv.h>
51 #endif 54 #endif
52 55