diff 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
line wrap: on
line diff
--- a/Core/SQLite/Statement.h	Wed Aug 30 09:29:31 2017 +0200
+++ b/Core/SQLite/Statement.h	Wed Aug 30 11:26:08 2017 +0200
@@ -46,7 +46,7 @@
 #include <stdint.h>
 
 #if ORTHANC_BUILD_UNIT_TESTS == 1
-#include <gtest/gtest_prod.h>
+#  include <gtest/gtest_prod.h>
 #endif