diff options
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/condition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/condition.cxx b/salhelper/source/condition.cxx index 1122fe8b32ff..a83cc753e0a7 100644 --- a/salhelper/source/condition.cxx +++ b/salhelper/source/condition.cxx @@ -20,7 +20,7 @@ #include <salhelper/condition.hxx> #include <osl/time.h> - +#include <osl/mutex.hxx> using namespace salhelper; |