From 253b32c290f3b1c4546aa7021a3e5235b9ab3acd Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 25 Mar 2005 14:26:17 +0000 Subject: Trivial fix: OS_UNIX et al is defined in qglobal.h so when including qpeglobal.h before most Qt headers the defines in qpeglobal are not valid. For example the QCOM instantiate method could not be exported properly due this. At least opie-eye when built with OpenEmbedded suffered this problem. --- (limited to 'library') diff --git a/library/qpeglobal.h b/library/qpeglobal.h index f64ccfd..d353942 100644 --- a/library/qpeglobal.h +++ b/library/qpeglobal.h @@ -33,6 +33,8 @@ #ifndef QPE_GLOBAL_DEFINES_H #define QPE_GLOBAL_DEFINES_H +#include + /** * Defines for used compiler attributes * -- cgit v0.9.0.2