diff options
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> |
