comparison Framework/Plugins/OrthancCppDatabasePlugin.h @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 3236894320d6
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
35 #if ORTHANC_ENABLE_PLUGINS != 1 35 #if ORTHANC_ENABLE_PLUGINS != 1
36 # error ORTHANC_ENABLE_PLUGINS must be set to 1 36 # error ORTHANC_ENABLE_PLUGINS must be set to 1
37 #endif 37 #endif
38 38
39 39
40 #include <Core/OrthancException.h> 40 #include "../../Resources/Orthanc/Databases/DatabaseConstraint.h"
41 #include <OrthancServer/Search/DatabaseConstraint.h> 41
42 #include <OrthancException.h>
42 43
43 44
44 45
45 #define ORTHANC_PLUGINS_DATABASE_CATCH \ 46 #define ORTHANC_PLUGINS_DATABASE_CATCH \
46 catch (::Orthanc::OrthancException& e) \ 47 catch (::Orthanc::OrthancException& e) \