From 26964659b4e301d6fd662526560acdc475810ae4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 29 Jun 2016 16:47:16 -0400 Subject: Fix missing include --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index f7d260a1..e70282aa 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -30,6 +30,7 @@ #include #include #include +#include #include "binaryninjacore.h" #include "json/json.h" -- cgit v1.3.1