summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:18:32 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:20:23 -0500
commit57fbefe751978c33c205de454a8932145e5f438c (patch)
treea2570f91985d7b815b61d1bc93d83ed36e4b6b93 /sc/Library_sc.mk
parent42c8178ce73756f85fa41473bb16f667f7f564e9 (diff)
remove boost/unordered_map.hpp include from types.hxx.
types.hxx is included by pretty much everyone inside sc. Let's not stick a boost header in there... Change-Id: Iaf2aa9e13d0e02437bcd9e71a0143432abfa0a7c
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index a3373b05d384..ca854a86ac69 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -265,6 +265,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/tool/refreshtimer \
sc/source/core/tool/reftokenhelper \
sc/source/core/tool/refupdat \
+ sc/source/core/tool/reordermap \
sc/source/core/tool/scmatrix \
sc/source/core/tool/scopetools \
sc/source/core/tool/sharedformula \