include climits for Linux

This commit is contained in:
Grant Limberg 2020-05-20 16:54:18 -07:00
parent 879ef58565
commit d24c8d858c
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -22,6 +22,7 @@
#include <libpq-fe.h>
#include <sstream>
#include <climits>
using json = nlohmann::json;