diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 12:18:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 14:46:42 +0100 |
commit | 35e9e400ae9ba9105efcf07c1ab6eb404d2e2b1f (patch) | |
tree | bc780c8923fc607709712fb7cf15579cf1a8424f /svl/source/notify | |
parent | 11d20507806d30e2d1955b93a568b84a2216ef69 (diff) |
Add osl/diagnose.h include
Diffstat (limited to 'svl/source/notify')
-rw-r--r-- | svl/source/notify/brdcst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/notify/brdcst.cxx b/svl/source/notify/brdcst.cxx index a86b7f49f586..12e22f97d262 100644 --- a/svl/source/notify/brdcst.cxx +++ b/svl/source/notify/brdcst.cxx @@ -30,6 +30,7 @@ #include "precompiled_svl.hxx" #include <tools/debug.hxx> +#include <osl/diagnose.h> #include <svl/hint.hxx> #include <svl/smplhint.hxx> |