diff options
Diffstat (limited to 'compilerplugins/clang/test/dbgunhandledexception.cxx')
-rw-r--r-- | compilerplugins/clang/test/dbgunhandledexception.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/test/dbgunhandledexception.cxx b/compilerplugins/clang/test/dbgunhandledexception.cxx index 4ae15a58e55d..39206d4beaaa 100644 --- a/compilerplugins/clang/test/dbgunhandledexception.cxx +++ b/compilerplugins/clang/test/dbgunhandledexception.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <sal/log.hxx> void func1(); |