diff options
Diffstat (limited to 'src/ui/widget.c')
-rw-r--r-- | src/ui/widget.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c index c7a23c54..e9a162e3 100644 --- a/src/ui/widget.c +++ b/src/ui/widget.c | |||
@@ -34,6 +34,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
34 | #include <SDL_mouse.h> | 34 | #include <SDL_mouse.h> |
35 | #include <stdarg.h> | 35 | #include <stdarg.h> |
36 | 36 | ||
37 | #if defined (iPlatformAppleMobile) | ||
38 | # include "../ios.h" | ||
39 | #endif | ||
40 | |||
37 | iDeclareType(RootData) | 41 | iDeclareType(RootData) |
38 | 42 | ||
39 | struct Impl_RootData { | 43 | struct Impl_RootData { |