diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-05-08 05:26:56 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-05-11 15:55:54 -0400 |
| commit | 0cf59807fa364b11de65dc3f1e1c2d2bc7dd87a2 (patch) | |
| tree | a909c15c117f5eb1cf38853659ba799f1b5c1506 /mediumlevelilinstruction.cpp | |
| parent | ceacbae6b36e1425c2e0dd87c73075858f21ec10 (diff) | |
Modifications for supporting jemalloc in the core
Diffstat (limited to 'mediumlevelilinstruction.cpp')
| -rw-r--r-- | mediumlevelilinstruction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediumlevelilinstruction.cpp b/mediumlevelilinstruction.cpp index 0ff7323e..3779eb90 100644 --- a/mediumlevelilinstruction.cpp +++ b/mediumlevelilinstruction.cpp @@ -30,7 +30,9 @@ using namespace BinaryNinjaCore; using namespace BinaryNinja; #endif +#ifndef BINARYNINJACORE_LIBRARY using namespace std; +#endif unordered_map<MediumLevelILOperandUsage, MediumLevelILOperandType> |
