summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/merge.cxx1
-rw-r--r--l10ntools/source/po.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 4e55b45a6942..eeef73a6dc5b 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -18,6 +18,7 @@
*/
#include <sal/config.h>
+#include <sal/log.hxx>
#include <algorithm>
#include <fstream>
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx
index c2ccb47cdfe1..72644095c8f8 100644
--- a/l10ntools/source/po.cxx
+++ b/l10ntools/source/po.cxx
@@ -9,6 +9,7 @@
#include <rtl/ustring.hxx>
#include <rtl/crc.h>
+#include <sal/log.hxx>
#include <cstring>
#include <ctime>