summaryrefslogtreecommitdiff
path: root/libodbcpp/error.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 21:20:54 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 21:20:54 +0100
commit88e225f1c76a74fbed83e670f394c4ebe886059a (patch)
tree52c3c198e73bfad691c4cc4d48fe6de9b575c5de /libodbcpp/error.h
parentODBC mocking and tests from Project2 (diff)
downloadlibdbpp-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/error.h')
-rw-r--r--libodbcpp/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/error.h b/libodbcpp/error.h
index f3a2f79..0348980 100644
--- a/libodbcpp/error.h
+++ b/libodbcpp/error.h
@@ -4,7 +4,7 @@
#include <sql.h>
#include <stdlib.h>
#include <exception>
-#include "../libdbpp/error.h"
+#include <error.h>
namespace ODBC {
class Error : public DB::Error {