diff options
author | tsahi glik <tsahi.glik@cloudon.com> | 2014-02-20 17:59:14 -0800 |
---|---|---|
committer | tsahi glik <tsahi.glik@cloudon.com> | 2014-02-20 17:59:35 -0800 |
commit | 24dd10c727ab2d7a38368292498520e11d98e3cb (patch) | |
tree | 0d265cc3b8fce4aeecb9a2e567c42eac7b1ada62 /vcl/ios | |
parent | 88c6cbda921f1e3627910f9028ff2e29f26160e7 (diff) |
fix compilation of ios
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/iosinst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index 3d8472a6365b..a8dccdf873da 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -30,6 +30,7 @@ #include "headless/svpdummies.hxx" #include "generic/gendata.hxx" #include "quartz/utils.h" +#include <vcl/settings.hxx> // Horrible hack static int viewWidth = 1, viewHeight = 1; |