diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-11-10 16:34:55 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-10 22:18:45 +0000 |
commit | bf6d72afeac77b791f5770a6bb353d4d133e9e56 (patch) | |
tree | 22c24139528cfc49158f1fa177ed162cf70dd109 /sot/Library_sot.mk | |
parent | 4db3342e84dbbc80e0cb893b4739f6c617e9c19c (diff) |
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 <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sot/Library_sot.mk')
-rw-r--r-- | sot/Library_sot.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |