comparison Core/SQLite/Statement.h @ 2388:50cde8246542

CMake to build the Orthanc framework without the Orthanc server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2017 11:26:08 +0200
parents f31dfb131dee
children fa5ad4368fe3
comparison
equal deleted inserted replaced
2387:a60a79929007 2388:50cde8246542
44 44
45 #include <vector> 45 #include <vector>
46 #include <stdint.h> 46 #include <stdint.h>
47 47
48 #if ORTHANC_BUILD_UNIT_TESTS == 1 48 #if ORTHANC_BUILD_UNIT_TESTS == 1
49 #include <gtest/gtest_prod.h> 49 # include <gtest/gtest_prod.h>
50 #endif 50 #endif
51 51
52 52
53 namespace Orthanc 53 namespace Orthanc
54 { 54 {