Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 148ee78

Browse files
author
Face Kapow
committed
Solve the JSON11 include problem!
Also needed to include it in V8's includes
1 parent 80f5340 commit 148ee78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/SConscript

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ libs_config = {
1212
'concurrentqueue',
1313
'printf',
1414
'trace_event',
15+
'json11',
1516
'v8/include',
1617
'v8/src',
1718
'v8',

src/kernel/engines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <kernel/v8platform.h>
2626
#include <string>
2727
#include <string.h>
28-
#include "../../deps/json11/json11.hpp" /*<json11.hpp>*/
28+
#include <json11.hpp>
2929

3030
namespace rt {
3131

0 commit comments

Comments
 (0)