comparison Framework/MySQL/MySQLParameters.h @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 0b3e9ee53c46
children 4d32c9c8d6c0
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
23 23
24 #if ORTHANC_ENABLE_MYSQL != 1 24 #if ORTHANC_ENABLE_MYSQL != 1
25 # error MySQL support must be enabled to use this file 25 # error MySQL 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 MySQLParameters 32 class MySQLParameters
33 { 33 {