Browse Source

include climits for Linux

Grant Limberg 5 năm trước cách đây
mục cha
commit
d24c8d858c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;