diff options
Diffstat (limited to 'xmrstak/misc/jext.hpp')
-rw-r--r-- | xmrstak/misc/jext.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmrstak/misc/jext.hpp b/xmrstak/misc/jext.hpp index dce73a0..f4a333c 100644 --- a/xmrstak/misc/jext.hpp +++ b/xmrstak/misc/jext.hpp @@ -1,5 +1,8 @@ #pragma once +#include "xmrstak/rapidjson/document.h" +#include "xmrstak/rapidjson/error/en.h" + using namespace rapidjson; /* This macro brings rapidjson more in line with other libs */ |