From fb072fde30ec17d3a25b1535de82252579b81113 Mon Sep 17 00:00:00 2001 From: mread Date: Thu, 23 Sep 2010 17:00:49 +0100 Subject: removing header use not in public SDKs u32exec.h was not available in the symbian^3 SDK, so it has been removed and other necessary headers are added. Task-number: QT-3967 Reviewed-by: Shane Kearns --- src/corelib/arch/symbian/common_p.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/corelib/arch/symbian/common_p.h b/src/corelib/arch/symbian/common_p.h index d7682ae..4b1c64e 100644 --- a/src/corelib/arch/symbian/common_p.h +++ b/src/corelib/arch/symbian/common_p.h @@ -54,7 +54,11 @@ #include #include #include -#include +// backport of Symbian^4 allocator to Symbian^3 SDK does not contain u32exec.h +//#include +// but the following are needed +#include +#include #endif GLREF_C void Panic(TCdtPanic aPanic); -- cgit v0.12