summaryrefslogtreecommitdiff
path: root/enterprise.cpp
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-01-09 20:14:09 -0500
committerGlenn Smith <glenn@vector35.com>2023-01-10 15:27:27 -0500
commit24cf4da00ae96949cecea910fbc1314eb722e58f (patch)
tree1b9927fd561bd18c3b3d87c540d5e507dfb955af /enterprise.cpp
parentc3a262f47563ee43e33516cbe0415fd77edf4358 (diff)
Include time.h for time() on windows
Diffstat (limited to 'enterprise.cpp')
-rw-r--r--enterprise.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/enterprise.cpp b/enterprise.cpp
index bf68378a..07f3ff82 100644
--- a/enterprise.cpp
+++ b/enterprise.cpp
@@ -19,6 +19,7 @@
// IN THE SOFTWARE.
#include "enterprise.h"
+#include <time.h>
using namespace BinaryNinja::EnterpriseServer;