Forráskód Böngészése

include climits for Linux

Grant Limberg 5 éve
szülő
commit
d24c8d858c
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;