summaryrefslogtreecommitdiff
path: root/controller/PostgreSQL.cpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2021-11-30 17:31:46 -0800
committerGrant Limberg <[email protected]>2021-11-30 17:31:46 -0800
commitdfdac7adbd8a7e05b424df773837fae3c90db009 (patch)
tree37332c68ad6fe587229a47854f4cfef7a5e546ab /controller/PostgreSQL.cpp
parenta33d7c64fe1932707fda20e7b41d7e2351b3f388 (diff)
iomanip
Diffstat (limited to 'controller/PostgreSQL.cpp')
-rw-r--r--controller/PostgreSQL.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp
index 15d359f8..86ffe685 100644
--- a/controller/PostgreSQL.cpp
+++ b/controller/PostgreSQL.cpp
@@ -23,6 +23,7 @@
#include <libpq-fe.h>
#include <sstream>
+#include <iomanip>
#include <climits>
#include <chrono>