diff --git a/src/threading/formatters/JSON.cc b/src/threading/formatters/JSON.cc index 7f3321ca96..a47de94c0f 100644 --- a/src/threading/formatters/JSON.cc +++ b/src/threading/formatters/JSON.cc @@ -8,6 +8,12 @@ #include "./JSON.h" +#ifndef __STDC_LIMIT_MACROS +#define __STDC_LIMIT_MACROS +#endif + +#include + using namespace threading::formatter; JSON::JSON(MsgThread* t, TimeFormat tf) : Formatter(t)