Explorar el Código

include climits for Linux

Grant Limberg hace 5 años
padre
commit
d24c8d858c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;