summarylogtreecommitdiffstats
path: root/tuxclocker.patch
blob: a4e8adca30e31b128f9dff469bb074e60cf973f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --unified --recursive --text a/src/tuxclocker-qt/widgets/FlagEditor.hpp b/src/tuxclocker-qt/widgets/FlagEditor.hpp
--- a/src/tuxclocker-qt/widgets/FlagEditor.hpp	2023-09-27 09:55:34.062407164 -0600
+++ b/src/tuxclocker-qt/widgets/FlagEditor.hpp	2023-09-27 09:57:15.583771720 -0600
@@ -4,6 +4,7 @@
 
 // Qt can't use its own signals in templated classes
 #include <boost/signals2.hpp>
+#include <cstdint>
 #include <fplus/fplus.hpp>
 #include <QAbstractItemView>
 #include <QComboBox>