summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-25 16:25:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-25 16:25:00 +0100
commit34117a81f283cb27584915633a956dd3545d6b1c (patch)
tree113a81d976cf8a85e85ddad2e49eb5a37762f35a /sc
parent0dae7466fff1e742543ef7512b7dd22472c75624 (diff)
Missing include
Change-Id: I506c38dd5469e4301985de77f7f75632dfdde817
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/cellvalues.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/cellvalues.cxx b/sc/source/core/data/cellvalues.cxx
index fb38ed52cae8..725c5b9fe526 100644
--- a/sc/source/core/data/cellvalues.cxx
+++ b/sc/source/core/data/cellvalues.cxx
@@ -13,6 +13,7 @@
#include <cassert>
#include <boost/noncopyable.hpp>
+#include <boost/ptr_container/ptr_vector.hpp>
namespace sc {