From 27e3bc6da82cfe0d3b955310596e0d92df953679 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Mon, 3 Feb 2025 18:43:37 -0500
Subject: [PATCH] Updates for c++17

---
 include/interfaces/idapro/all.h         | 1 +
 src/interfaces/idapro/STARSFunction.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/include/interfaces/idapro/all.h b/include/interfaces/idapro/all.h
index f6117880..2de9dd39 100644
--- a/include/interfaces/idapro/all.h
+++ b/include/interfaces/idapro/all.h
@@ -1,5 +1,6 @@
 
 #include <stdio.h>
+#include <cstdint>
 
 
 // eventually move these into idapro/all.h
diff --git a/src/interfaces/idapro/STARSFunction.cpp b/src/interfaces/idapro/STARSFunction.cpp
index edd3b105..88aff7e2 100644
--- a/src/interfaces/idapro/STARSFunction.cpp
+++ b/src/interfaces/idapro/STARSFunction.cpp
@@ -1,5 +1,6 @@
 
 #include <list>
+#include <cstdint>
 
 #include <interfaces/idapro/all.h>
 
-- 
GitLab