diff options
Diffstat (limited to 'include/comphelper/solarmutex.hxx')
-rw-r--r-- | include/comphelper/solarmutex.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/solarmutex.hxx b/include/comphelper/solarmutex.hxx index fdecd0d09b9c..0c147f405560 100644 --- a/include/comphelper/solarmutex.hxx +++ b/include/comphelper/solarmutex.hxx @@ -22,7 +22,8 @@ #include <sal/config.h> -#include <osl/thread.hxx> +#include <assert.h> +#include <osl/thread.h> #include <osl/mutex.hxx> #include <comphelper/comphelperdllapi.h> |