[Libreoffice-commits] .: unotools/inc unotools/Library_utl.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 16 04:51:33 PST 2012
unotools/Library_utl.mk | 1 +
unotools/inc/unotools/intlwrapper.hxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 9f7cf6c8e50d4eadd2aac2d2bec675f7d8d78d07
Author: Eike Rathke <erack at redhat.com>
Date: Fri Nov 16 13:50:31 2012 +0100
correct include order and include languagetag.hxx
Change-Id: If7b7d10765faba62907eca35f77b8e8d4a1e9391
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 7dafeda..ba34494 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl))
# add any additional include paths for this library here
$(eval $(call gb_Library_set_include,utl,\
+ -I$(SRCDIR)/unotools/inc \
$$(INCLUDE) \
))
diff --git a/unotools/inc/unotools/intlwrapper.hxx b/unotools/inc/unotools/intlwrapper.hxx
index aceba1d..fa26250 100644
--- a/unotools/inc/unotools/intlwrapper.hxx
+++ b/unotools/inc/unotools/intlwrapper.hxx
@@ -25,6 +25,7 @@
#include <unotools/calendarwrapper.hxx>
#include <unotools/collatorwrapper.hxx>
#include <i18npool/lang.h>
+#include <i18npool/languagetag.hxx>
/**
More information about the Libreoffice-commits
mailing list