comparison Plugins/Engine/PluginsEnumerations.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 ffd23c0104af
children 87c77b9b3679
comparison
equal deleted inserted replaced
1631:0d074f5f6069 1632:eb8fbcf008b5
31 31
32 32
33 #include "../../OrthancServer/PrecompiledHeadersServer.h" 33 #include "../../OrthancServer/PrecompiledHeadersServer.h"
34 #include "PluginsEnumerations.h" 34 #include "PluginsEnumerations.h"
35 35
36 #if ORTHANC_PLUGINS_ENABLED != 1
37 #error The plugin support is disabled
38 #endif
39
40
36 #include "../../Core/OrthancException.h" 41 #include "../../Core/OrthancException.h"
37 42
38 namespace Orthanc 43 namespace Orthanc
39 { 44 {
40 namespace Plugins 45 namespace Plugins