diff options
Diffstat (limited to 'libpqpp/pq-error.cpp')
-rw-r--r-- | libpqpp/pq-error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-error.cpp b/libpqpp/pq-error.cpp index ca33a26..17b4e0a 100644 --- a/libpqpp/pq-error.cpp +++ b/libpqpp/pq-error.cpp @@ -1,4 +1,5 @@ #include "pq-error.h" +#include <libpq-fe.h> PQ::Error::Error(const PGconn * conn) : msg(PQerrorMessage(conn)) { } |