texstudio/texstudio-2.3-gcc-4.7-build...

25 lines
649 B
Diff

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
--- qcodeedit/lib/document/qdocumentcommand.cpp
+++ qcodeedit/lib/document/qdocumentcommand.cpp
@@ -21,6 +21,7 @@
*/
#include "qdocument_p.h"
+#include "stdint.h"
/*!
\ingroup document
--
1.7.7.6