Browse Source

include climits for Linux

Grant Limberg 5 years ago
parent
commit
d24c8d858c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controller/PostgreSQL.cpp

+ 1 - 0
controller/PostgreSQL.cpp

@@ -22,6 +22,7 @@
 
 #include <libpq-fe.h>
 #include <sstream>
+#include <climits>
 
 
 using json = nlohmann::json;