mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing compiler error.
Hopefully ...
This commit is contained in:
parent
00755f1e40
commit
17f9d0a47d
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue