From d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Tue, 13 Oct 2015 16:34:49 +0300 Subject: enable ICU_HEADER includes for starmath Although $include compiles on Linux, it doesn't compile on the Mac without this. Change-Id: I56eae77b1c293b2348ca1fd7b38b543ea713557d Reviewed-on: https://gerrit.libreoffice.org/19355 Tested-by: Jenkins Reviewed-by: Justin Luth Tested-by: Justin Luth --- starmath/Library_sm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/Library_sm.mk') diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index a648b8c2bc1e..6aa75b31c061 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -25,7 +25,7 @@ $(eval $(call gb_Library_add_defs,sm,\ -DSM_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_use_external,sm,boost_headers)) +$(eval $(call gb_Library_use_external,sm,boost_headers,icu_headers)) $(eval $(call gb_Library_use_custom_headers,sm,\ officecfg/registry \ -- cgit