From bf6d72afeac77b791f5770a6bb353d4d133e9e56 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Tue, 10 Nov 2015 16:34:55 -0500 Subject: Missing includes Restored some missing includes and refactored sot/formats.hxx. Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88 Reviewed-on: https://gerrit.libreoffice.org/19891 Reviewed-by: Michael Stahl Tested-by: Jenkins --- sot/Library_sot.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sot/Library_sot.mk') diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk index 97381d0a88f5..a17ce3868b64 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.mk @@ -31,6 +31,11 @@ $(eval $(call gb_Library_add_defs,sot,\ $(eval $(call gb_Library_set_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precompiled_sot)) +$(eval $(call gb_Library_set_include,sot,\ + -I$(SRCDIR)/sot/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_Library_use_libraries,sot,\ comphelper \ cppu \ -- cgit