2012-02-15 20:07:30 +00:00
|
|
|
From 083a83f0810bd54c2caf04ccde1b0d96609ec5a9 Mon Sep 17 00:00:00 2001
|
|
|
|
From: hannes <hannes@fedoraproject.org>
|
|
|
|
Date: Wed, 15 Feb 2012 20:03:33 +0000
|
|
|
|
Subject: [PATCH] Fix gcc 4.7 build failure
|
|
|
|
|
|
|
|
---
|
|
|
|
qcodeedit/lib/document/qdocumentcommand.cpp | 1 +
|
|
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/qcodeedit/lib/document/qdocumentcommand.cpp b/qcodeedit/lib/document/qdocumentcommand.cpp
|
|
|
|
index 308e4e4..bcb602c 100644
|
2012-02-15 20:09:50 +00:00
|
|
|
--- qcodeedit/lib/document/qdocumentcommand.cpp
|
|
|
|
+++ qcodeedit/lib/document/qdocumentcommand.cpp
|
2012-02-15 20:07:30 +00:00
|
|
|
@@ -21,6 +21,7 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "qdocument_p.h"
|
|
|
|
+#include "stdint.h"
|
|
|
|
|
|
|
|
/*!
|
|
|
|
\ingroup document
|
|
|
|
--
|
|
|
|
1.7.7.6
|
|
|
|
|