From 0cf59807fa364b11de65dc3f1e1c2d2bc7dd87a2 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 8 May 2020 05:26:56 -0400 Subject: Modifications for supporting jemalloc in the core --- lowlevelilinstruction.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lowlevelilinstruction.cpp') diff --git a/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp index f55d15f0..faaa79a9 100644 --- a/lowlevelilinstruction.cpp +++ b/lowlevelilinstruction.cpp @@ -30,7 +30,9 @@ using namespace BinaryNinjaCore; using namespace BinaryNinja; #endif +#ifndef BINARYNINJACORE_LIBRARY using namespace std; +#endif unordered_map @@ -3262,7 +3264,7 @@ ExprId LowLevelILFunction::Call(ExprId dest, const ILSourceLocation& loc) ExprId LowLevelILFunction::CallStackAdjust(ExprId dest, int64_t adjust, - const std::map& regStackAdjust, const ILSourceLocation& loc) + const map& regStackAdjust, const ILSourceLocation& loc) { vector list; for (auto& i : regStackAdjust) -- cgit v1.3.1