diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 1 | ||||
-rw-r--r-- | test/source/vclbootstrapprotector.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index d91f7899d80a..a26b79a00c10 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -14,6 +14,7 @@ #include <vcl/errinf.hxx> #include <rtl/strbuf.hxx> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> #include <cppuhelper/bootstrap.hxx> #include <comphelper/processfactory.hxx> diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx index f0c7581237be..18d9a5fecac2 100644 --- a/test/source/vclbootstrapprotector.cxx +++ b/test/source/vclbootstrapprotector.cxx @@ -12,6 +12,7 @@ #include <cppunit/Protector.h> #include <cppunittester/protectorfactory.hxx> #include <sal/types.h> +#include <sal/log.hxx> #include <test/setupvcl.hxx> #include <vcl/svapp.hxx> #include <comphelper/threadpool.hxx> |