diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 21:20:54 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 21:20:54 +0100 |
commit | 88e225f1c76a74fbed83e670f394c4ebe886059a (patch) | |
tree | 52c3c198e73bfad691c4cc4d48fe6de9b575c5de /libodbcpp/unittests/testodbc.cpp | |
parent | ODBC mocking and tests from Project2 (diff) | |
download | libdbpp-odbc-88e225f1c76a74fbed83e670f394c4ebe886059a.tar.bz2 libdbpp-odbc-88e225f1c76a74fbed83e670f394c4ebe886059a.tar.xz libdbpp-odbc-88e225f1c76a74fbed83e670f394c4ebe886059a.zip |
Install rules and use system dbpplibdbpp-odbc-0.9
Diffstat (limited to 'libodbcpp/unittests/testodbc.cpp')
-rw-r--r-- | libodbcpp/unittests/testodbc.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libodbcpp/unittests/testodbc.cpp b/libodbcpp/unittests/testodbc.cpp index 15e0166..301168c 100644 --- a/libodbcpp/unittests/testodbc.cpp +++ b/libodbcpp/unittests/testodbc.cpp @@ -2,9 +2,10 @@ #include <boost/test/unit_test.hpp> #include <definedDirs.h> -#include <modifycommand.h> -#include <selectcommand.h> -#include <column.h> +#include <dbpp/modifycommand.h> +#include <dbpp/selectcommand.h> +#include <dbpp/column.h> +#include <dbpp/error.h> #include <mock.h> #include <testCore.h> #include <definedDirs.h> |