changeset 218:c39ad2a8587d

strings: include cstdint oops
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Jan 2024 13:28:00 -0500
parents 47ddd6b638e3
children 2f6d27fcdf7d
files include/core/strings.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/core/strings.h	Sun Jan 07 13:27:22 2024 -0500
+++ b/include/core/strings.h	Sun Jan 07 13:28:00 2024 -0500
@@ -5,6 +5,8 @@
 #include <vector>
 #include <sstream>
 
+#include <cstdint>
+
 class QString;
 class QByteArray;