summaryrefslogtreecommitdiff
path: root/o3tl/Package_inc.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-11 13:35:21 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-12 14:12:32 +0200
commit8b98a0c3a117ff3deb0f7b30d6cfd13906296c4b (patch)
treea42a50660a42304707a54f30e02d9cc790f84f3b /o3tl/Package_inc.mk
parent46a02d0ebf0babfa4027483ad7dc3958b725e698 (diff)
Create a template container class for sorted vector
We use this kind of container a lot, so creating a single implementation makes sense. Change-Id: I67ead58becd7d2a287812145c11d93ab1c593c0f
Diffstat (limited to 'o3tl/Package_inc.mk')
-rw-r--r--o3tl/Package_inc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/o3tl/Package_inc.mk b/o3tl/Package_inc.mk
index 088c289660f7..b4a6575b1088 100644
--- a/o3tl/Package_inc.mk
+++ b/o3tl/Package_inc.mk
@@ -33,5 +33,6 @@ $(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/heap_ptr.hxx,o3tl/heap_ptr.h
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/lazy_update.hxx,o3tl/lazy_update.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/range.hxx,o3tl/range.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/vector_pool.hxx,o3tl/vector_pool.hxx))
+$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/sorted_vector.hxx,o3tl/sorted_vector.hxx))
# vim: set noet sw=4: