fix build on linux for me ( the uint32_t releated breakage )
authorsheepluva
Thu, 06 Dec 2012 10:01:01 +0100
changeset 8258 c14b27abe452
parent 8256 19dbb3209f46
child 8260 83d85e32c713
fix build on linux for me ( the uint32_t releated breakage )
QTfrontend/ui/page/pagefeedback.cpp
--- a/QTfrontend/ui/page/pagefeedback.cpp	Thu Dec 06 01:54:34 2012 +0100
+++ b/QTfrontend/ui/page/pagefeedback.cpp	Thu Dec 06 10:01:01 2012 +0100
@@ -39,6 +39,8 @@
 #include <sys/sysctl.h>
 #endif
 
+#include <stdint.h>
+
 #include "pagefeedback.h"
 #include "hwconsts.h"