comparison Plugins/Engine/SharedLibrary.cpp @ 1632:eb8fbcf008b5

fix build with plugins disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 14:05:06 +0200
parents 0d074f5f6069
children b1291df2f780
comparison
equal deleted inserted replaced
1631:0d074f5f6069 1632:eb8fbcf008b5
30 **/ 30 **/
31 31
32 32
33 #include "../../OrthancServer/PrecompiledHeadersServer.h" 33 #include "../../OrthancServer/PrecompiledHeadersServer.h"
34 #include "SharedLibrary.h" 34 #include "SharedLibrary.h"
35
36 #if ORTHANC_PLUGINS_ENABLED != 1
37 #error The plugin support is disabled
38 #endif
39
35 40
36 #include "../../Core/Logging.h" 41 #include "../../Core/Logging.h"
37 #include "../../Core/Toolbox.h" 42 #include "../../Core/Toolbox.h"
38 43
39 #include <boost/filesystem.hpp> 44 #include <boost/filesystem.hpp>