From 24cf4da00ae96949cecea910fbc1314eb722e58f Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 9 Jan 2023 20:14:09 -0500 Subject: Include time.h for time() on windows --- enterprise.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'enterprise.cpp') 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 using namespace BinaryNinja::EnterpriseServer; -- cgit v1.3.1