diff options
Diffstat (limited to 'libpqpp/error.h')
-rw-r--r-- | libpqpp/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <error.h> namespace PQ { class Error : public DB::Error { |