diff options
Diffstat (limited to 'view/sharedcache/core/MetadataSerializable.hpp')
| -rw-r--r-- | view/sharedcache/core/MetadataSerializable.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/sharedcache/core/MetadataSerializable.hpp b/view/sharedcache/core/MetadataSerializable.hpp index 7b4c5c8c..24d8c3fd 100644 --- a/view/sharedcache/core/MetadataSerializable.hpp +++ b/view/sharedcache/core/MetadataSerializable.hpp @@ -45,6 +45,8 @@ #include "../api/sharedcachecore.h" #include "view/macho/machoview.h" +using namespace BinaryNinja; + namespace SharedCacheCore { #define MSS(name) context.store(#name, name) @@ -53,8 +55,6 @@ namespace SharedCacheCore { #define MSL(name) name = context.load<decltype(name)>(#name) #define MSL_CAST(name, storedType, type) name = (type)context.load<storedType>(#name) -using namespace BinaryNinja; - struct DeserializationContext; struct SerializationContext { |
