summaryrefslogtreecommitdiff
blob: 9acd6ffb4dbcb31e1b96d76d733125fa9bee9ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# fix build with clang++ (bug #921405)
diff --git a/src/widgets/FreqControl.cxx b/src/widgets/FreqControl.cxx
index 2b1734b..e59dc9c 100644
--- a/src/widgets/FreqControl.cxx
+++ b/src/widgets/FreqControl.cxx
@@ -35,6 +35,7 @@
 #endif
 
 #include <string.h>
+#include <stdint.h>
 
 #include "FreqControl.h"
 #include "gettext.h"