Skip to content

Commit

Permalink
postgresql: Fix missing include
Browse files Browse the repository at this point in the history
Fixes FTBFS seen when using GCC 13.2.0.
  • Loading branch information
h3xx authored and vadz committed Apr 29, 2024
1 parent ce0630b commit 884808c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/postgresql/blob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "soci/postgresql/soci-postgresql.h"
#include <libpq/libpq-fs.h> // libpq
#include <cctype>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <ctime>
Expand Down

0 comments on commit 884808c

Please sign in to comment.