Description: Fix FTBFS with GCC-13
Author: tony mancill <tmancill@debian.org>
Bug-Debian: https://bugs.debian.org/1037754
Forwarded: no
Last-Update: 2023-07-15

--- a/src/lms7002m_mcu/MCU_File.h
+++ b/src/lms7002m_mcu/MCU_File.h
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <vector>
 #include <string>
+#include <cstdint>
 
 class MemBlock
 {
@@ -39,4 +40,4 @@
     FILE *m_file;
 };
 
-#endif // MCU_FILE_H
\ No newline at end of file
+#endif // MCU_FILE_H
