diff options
Diffstat (limited to 'json/jsoncpp.cpp')
| -rw-r--r-- | json/jsoncpp.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/jsoncpp.cpp b/json/jsoncpp.cpp index c2a949d3..4154200b 100644 --- a/json/jsoncpp.cpp +++ b/json/jsoncpp.cpp @@ -71,7 +71,9 @@ license you like. - +#ifdef BINARYNINJACORE_LIBRARY +#include "binaryninjacore_global.h" +#endif #include "json/json.h" |
