[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Tue Nov 25 07:25:24 PST 2014


 sc/source/core/data/cellvalues.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 34117a81f283cb27584915633a956dd3545d6b1c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 25 16:25:00 2014 +0100

    Missing include
    
    Change-Id: I506c38dd5469e4301985de77f7f75632dfdde817

diff --git a/sc/source/core/data/cellvalues.cxx b/sc/source/core/data/cellvalues.cxx
index fb38ed5..725c5b9 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 {
 


More information about the Libreoffice-commits mailing list