Parcourir la source

include climits for Linux

Grant Limberg il y a 5 ans
Parent
commit
d24c8d858c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;