comparison Framework/Odbc/OdbcStatement.cpp @ 339:d543832987da

fix for Debian unstable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 14:21:25 +0200
parents 79e21c33962d
children 16aac0287485
comparison
equal deleted inserted replaced
338:79e21c33962d 339:d543832987da
19 **/ 19 **/
20 20
21 21
22 #include "OdbcStatement.h" 22 #include "OdbcStatement.h"
23 23
24 #include "../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" // For ORTHANC_PLUGINS_VERSION_IS_ABOVE
24 #include "OdbcEnvironment.h" 25 #include "OdbcEnvironment.h"
25 26
26 #include <Logging.h> 27 #include <Logging.h>
27 #include <OrthancException.h> 28 #include <OrthancException.h>
28 29