Blob Blame History Raw
--- a/src/lib/base/Log.cpp	2023-02-21 01:36:57.066310576 +0100
+++ b/src/lib/base/Log.cpp	2023-02-21 01:37:33.306575918 +0100
@@ -27,6 +27,7 @@
 #include <cstring>
 #include <iostream>
 #include <ctime> 
+#include <cstdint>
 
 // names of priorities
 static const char*        g_priority[] = {
--- a/src/lib/base/String.cpp	2023-02-21 01:51:44.787412284 +0100
+++ b/src/lib/base/String.cpp	2023-02-21 01:52:17.430792442 +0100
@@ -31,6 +31,7 @@
 #include <iomanip>
 #include <algorithm>
 #include <cerrno>
+#include <cstdint>
 
 namespace synergy {
 namespace string {
--- a/src/lib/synergy/IKeyState.cpp	2023-02-21 01:57:06.813342275 +0100
+++ b/src/lib/synergy/IKeyState.cpp	2023-02-21 01:57:19.004121855 +0100
@@ -21,6 +21,7 @@
 
 #include <cstring>
 #include <cstdlib>
+#include <cstdint>
 
 //
 // IKeyState