Build fixes for gcc-12

These changes are required for the build to work with GCC-12

Tested: built with local CI scripts

Change-Id: I15cdd0c0d38f92e35ab151bd22271d8a2bd78312
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/include/sensorutils.hpp b/include/sensorutils.hpp
index 9838798..c7ce53e 100644
--- a/include/sensorutils.hpp
+++ b/include/sensorutils.hpp
@@ -17,6 +17,7 @@
 #pragma once
 #include <algorithm>
 #include <cmath>
+#include <cstdint>
 #include <iostream>
 
 namespace ipmi
diff --git a/include/types.hpp b/include/types.hpp
index fc68b5e..70e9680 100644
--- a/include/types.hpp
+++ b/include/types.hpp
@@ -16,6 +16,7 @@
 
 #pragma once
 
+#include <cstdint>
 #include <map>
 #include <string>
 #include <tuple>