diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-07-01 10:02:12 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-07-01 10:02:27 -0400 |
| commit | c407679358f035aa9e16e3bb740f8e6d9a73d138 (patch) | |
| tree | b955c15b54421b3306b6e04e4500bfd9507f30ff /settings.cpp | |
| parent | b3a31b101cf7283d753c71e211c78f5f0c1ee54c (diff) | |
Refactor of metadata api names. modify how QueryMetadata works
Diffstat (limited to 'settings.cpp')
| -rw-r--r-- | settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.cpp b/settings.cpp index 97c2a232..b7e08793 100644 --- a/settings.cpp +++ b/settings.cpp @@ -1,4 +1,5 @@ #include "binaryninjaapi.h" +#include <string.h> using namespace BinaryNinja; using namespace std; |
