diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 08:38:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 08:38:34 +0200 |
commit | 5da2b4b903308fe1cf18f2feae20e602d744fe9f (patch) | |
tree | 5ac2f4798a9395e535bd6f9b5183adbfcac4f4c9 /vcl/aqua | |
parent | 92b963ef5f7aa8f1bbacd1803f6e066bf1394b8d (diff) |
Need <vcl/syswin.hxx> for WINDOWSTATE_*
Change-Id: Ic4f729554d92652f38d783bb237448e8469e6faf
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/window/salframe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx index a0038f1e43f5..854b88c7df4e 100644 --- a/vcl/aqua/source/window/salframe.cxx +++ b/vcl/aqua/source/window/salframe.cxx @@ -27,6 +27,7 @@ #include "vcl/svapp.hxx" #include "vcl/window.hxx" #include "vcl/timer.hxx" +#include "vcl/syswin.hxx" #include "aqua/saldata.hxx" #include "aqua/salgdi.h" |