Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPluginDatabase.h @ 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 | 2e692c83e2f3 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.h Mon Sep 21 13:33:50 2015 +0200 +++ b/Plugins/Engine/OrthancPluginDatabase.h Mon Sep 21 14:05:06 2015 +0200 @@ -32,6 +32,8 @@ #pragma once +#if ORTHANC_PLUGINS_ENABLED == 1 + #include "../../OrthancServer/IDatabaseWrapper.h" #include "../Include/orthanc/OrthancCDatabasePlugin.h" #include "SharedLibrary.h" @@ -238,3 +240,5 @@ void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); }; } + +#endif