From e6f601ce80726bf2d5c2fdb1b87a62b563cb471b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 9 Jun 2010 20:24:17 +0200 Subject: Attempt to fix build failure on Linux introduced by 09c6a81109 --- src/corelib/global/qendian.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index 01550cf..d867738 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -42,8 +42,9 @@ #ifndef QENDIAN_H #define QENDIAN_H +#include + #ifdef Q_OS_LINUX -# include QT_BEGIN_INCLUDE_NAMESPACE # include QT_END_INCLUDE_NAMESPACE @@ -53,8 +54,6 @@ QT_END_INCLUDE_NAMESPACE #include #endif -#include - QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -- cgit v0.12