Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.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 | da799f767e5d |
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 "OrthancPluginDatabase.h" | 34 #include "OrthancPluginDatabase.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 #include "../../Core/Logging.h" | 42 #include "../../Core/Logging.h" |
38 #include "PluginsEnumerations.h" | 43 #include "PluginsEnumerations.h" |
39 | 44 |
40 #include <cassert> | 45 #include <cassert> |