summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-07-01 10:33:32 -0400
committerPeter LaFosse <peter@vector35.com>2017-07-01 10:33:32 -0400
commitb9843c4eea545b85eb02a46ca089bd97a69ce22f (patch)
tree519df0998f012a2850d23c8f842d673c99810928 /binaryninjaapi.h
parentc407679358f035aa9e16e3bb740f8e6d9a73d138 (diff)
include memory to make linux happy
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
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"