From 2aba7e0373eb068aeb9e6b5b74d84edb56e435ce Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 19 Sep 2015 12:34:55 +0200 Subject: [PATCH] Symbian buildfix --- ext/native/ui/view.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/native/ui/view.h b/ext/native/ui/view.h index 6624f88d4..b19eb091a 100644 --- a/ext/native/ui/view.h +++ b/ext/native/ui/view.h @@ -24,6 +24,10 @@ #undef small +#ifdef __SYMBIAN32__ +#define unique_ptr auto_ptr +#endif + struct KeyInput; struct TouchInput; struct AxisInput;