Pārlūkot izejas kodu

include climits for Linux

Grant Limberg 5 gadi atpakaļ
vecāks
revīzija
d24c8d858c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;