comparison Framework/PostgreSQL/PostgreSQLParameters.h @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 0b3e9ee53c46
children 2ccde9c7311b 6fe74f9a516e
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
23 23
24 #if ORTHANC_ENABLE_POSTGRESQL != 1 24 #if ORTHANC_ENABLE_POSTGRESQL != 1
25 # error PostgreSQL support must be enabled to use this file 25 # error PostgreSQL support must be enabled to use this file
26 #endif 26 #endif
27 27
28 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 28 #include "../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
29 29
30 namespace OrthancDatabases 30 namespace OrthancDatabases
31 { 31 {
32 class PostgreSQLParameters 32 class PostgreSQLParameters
33 { 33 {