summaryrefslogtreecommitdiff
path: root/libpqpp/pq-error.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-10-08 14:44:46 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-10-08 14:44:46 +0100
commit5ff1709a9e039ec155caecd6d0ea3c512f4be3cb (patch)
treec93c1e7c30bfae1b634911af0395ea9d5a40ea4e /libpqpp/pq-error.h
parentUse proper defines for column types (diff)
downloadlibdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.tar.bz2
libdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.tar.xz
libdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.zip
Reformat with new clang-format
Diffstat (limited to 'libpqpp/pq-error.h')
-rw-r--r--libpqpp/pq-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-error.h b/libpqpp/pq-error.h
index bc701fa..ffa47c1 100644
--- a/libpqpp/pq-error.h
+++ b/libpqpp/pq-error.h
@@ -5,6 +5,7 @@
#include <exception.h>
#include <libpq-fe.h>
#include <string>
+
// IWYU pragma: no_forward_declare DB::Error
namespace PQ {