diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-09 17:53:50 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-09 17:53:50 +0200 |
commit | 83e74faedcb1204f33db435c63fca13fbd0011b7 (patch) | |
tree | f104b80ea59838a8a1c2bc8dbae0e1056b6cf4f4 | |
parent | cac5ec7effaae0f1f25758cf2f4fe94846a21b9a (diff) |
#i103496#: forgot include
-rw-r--r-- | vcl/win/source/app/salinst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index 6fac71b1513e..e4b136e9715e 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -55,6 +55,7 @@ #include <vcl/salimestatus.hxx> #include <vcl/timer.hxx> #include <wincomp.hxx> // CS_DROPSHADOW +#include <tools/solarmutex.hxx> #ifndef min #define min(a,b) (((a) < (b)) ? (a) : (b)) |