From e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 25 Sep 2015 20:05:18 +0100 Subject: Use system dbpp --- libpqpp/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpqpp/error.h') diff --git a/libpqpp/error.h b/libpqpp/error.h index e8aea56..2acbce3 100644 --- a/libpqpp/error.h +++ b/libpqpp/error.h @@ -1,7 +1,7 @@ #ifndef PQ_ERROR_H #define PQ_ERROR_H -#include "../libdbpp/error.h" +#include namespace PQ { class Error : public DB::Error { -- cgit v1.2.3