diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-10-08 14:44:46 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-10-08 14:44:46 +0100 |
commit | 5ff1709a9e039ec155caecd6d0ea3c512f4be3cb (patch) | |
tree | c93c1e7c30bfae1b634911af0395ea9d5a40ea4e /libpqpp/pq-error.h | |
parent | Use proper defines for column types (diff) | |
download | libdbpp-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.h | 1 |
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 { |