diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-07-01 10:33:32 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-07-01 10:33:32 -0400 |
| commit | b9843c4eea545b85eb02a46ca089bd97a69ce22f (patch) | |
| tree | 519df0998f012a2850d23c8f842d673c99810928 /binaryninjaapi.h | |
| parent | c407679358f035aa9e16e3bb740f8e6d9a73d138 (diff) | |
include memory to make linux happy
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 13ca3446..f2fa1e07 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -32,6 +32,7 @@ #include <functional> #include <set> #include <mutex> +#include <memory> #include "binaryninjacore.h" #include "json/json.h" |
