From c883f62d87b7f6fa71bb64c060e25df8bf9d4210 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 25 Sep 2015 20:15:50 +0100 Subject: Install rules and use system dbpp --- libmysqlpp/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/error.h') diff --git a/libmysqlpp/error.h b/libmysqlpp/error.h index 9ab666b..b4f93b2 100644 --- a/libmysqlpp/error.h +++ b/libmysqlpp/error.h @@ -1,7 +1,7 @@ #ifndef MY_ERROR_H #define MY_ERROR_H -#include "../libdbpp/error.h" +#include namespace MySQL { class Error : public DB::Error { -- cgit v1.2.3