include <alloca> only on windows, re-add template for JsonAdapter

JSON-97
Claudio Luck 5 years ago
parent 2ac00a885a
commit a2db128c7f

@ -10,7 +10,10 @@
#include <thread>
#include <sstream>
#include <vector>
#include <alloca>
#ifdef _WIN32
# include <alloca>
#endif
#ifdef LOGGER_ENABLE_SYSLOG
extern "C" {

@ -1,6 +1,7 @@
#include "pep-types.hh"
#include "pep-utils.hh"
#include "pep-utils-json.hh"
#include "json-adapter.hh"
#include <pEp/pEp_string.h>
#include <iostream> // Just to print debug stuff to std::cerr

Loading…
Cancel
Save