summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/symbian
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/symbian')
-rw-r--r--src/corelib/arch/symbian/common_p.h6
1 files changed, 5 insertions, 1 deletions
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 <e32ver.h>
#include <e32hal.h>
#include <e32panic.h>
-#include <u32exec.h>
+// backport of Symbian^4 allocator to Symbian^3 SDK does not contain u32exec.h
+//#include <u32exec.h>
+// but the following are needed
+#include <u32std.h>
+#include <e32btrace.h>
#endif
GLREF_C void Panic(TCdtPanic aPanic);