From f9db0755c00fb5b96313de9b66b8e2e29b2d4737 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 26 Jul 2010 00:22:07 +0000 Subject: [PATCH] (trunk qt) fix undefined uint64_t build error on F13 --- qt/formatter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/formatter.h b/qt/formatter.h index e667c0861..6b8c11906 100644 --- a/qt/formatter.h +++ b/qt/formatter.h @@ -13,6 +13,8 @@ #ifndef QTR_UNITS #define QTR_UNITS +#include /* uint64_t */ + #include #include #include