comparison OrthancFramework/UnitTestsSources/SQLiteTests.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children 0953b3dc3261
comparison
equal deleted inserted replaced
4044:d25f4c0fa160 4045:05b8fd21089c
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework.h> 35 # include <OrthancFramework.h>
36 #endif 36 #endif
37 37
38 #include "PrecompiledHeadersUnitTests.h"
39 #include "gtest/gtest.h" 38 #include "gtest/gtest.h"
40 39
41 #include "../Core/SystemToolbox.h" 40 #include "../Sources/SystemToolbox.h"
42 #include "../Core/SQLite/Connection.h" 41 #include "../Sources/SQLite/Connection.h"
43 #include "../Core/SQLite/Statement.h" 42 #include "../Sources/SQLite/Statement.h"
44 #include "../Core/SQLite/Transaction.h" 43 #include "../Sources/SQLite/Transaction.h"
45 44
46 #include <sqlite3.h> 45 #include <sqlite3.h>
47 46
48 using namespace Orthanc; 47 using namespace Orthanc;
49 48