Fixing compiler error.

Hopefully ...
This commit is contained in:
Robin Sommer 2014-03-13 18:02:41 -07:00
parent 00755f1e40
commit 17f9d0a47d

View file

@ -8,6 +8,12 @@
#include "./JSON.h" #include "./JSON.h"
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
using namespace threading::formatter; using namespace threading::formatter;
JSON::JSON(MsgThread* t, TimeFormat tf) : Formatter(t) JSON::JSON(MsgThread* t, TimeFormat tf) : Formatter(t)