diff options
author | Eike Rathke <erack@redhat.com> | 2012-11-16 13:50:31 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-16 13:51:13 +0100 |
commit | 9f7cf6c8e50d4eadd2aac2d2bec675f7d8d78d07 (patch) | |
tree | 47da19f2cb17a16302b8e81f96bad3935b4c6129 /unotools | |
parent | 60d2248aef20aa1363ef8624ff303c854c68dafe (diff) |
correct include order and include languagetag.hxx
Change-Id: If7b7d10765faba62907eca35f77b8e8d4a1e9391
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 1 | ||||
-rw-r--r-- | unotools/inc/unotools/intlwrapper.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 7dafedab43ea..ba344946e3a3 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 aceba1d30410..fa2625057d24 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> /** |