diff options
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 { |