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

Rene Engelhard rene at debian.org
Tue May 8 13:54:21 UTC 2018


 sc/inc/cellvalues.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b68daa69739e83095c023b683234d344d0fa02c8
Author: Rene Engelhard <rene at debian.org>
Date:   Tue May 8 15:50:38 2018 +0200

    fix build
    
    after fba6889f2590185a15646d5b36a49159407a6aaf
    
    add #include <vector>
    
    Change-Id: If43f089211455d476cb99f44707bc118f90b09a4

diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx
index 755d0ff52b67..7cc64bfc98ac 100644
--- a/sc/inc/cellvalues.hxx
+++ b/sc/inc/cellvalues.hxx
@@ -12,6 +12,7 @@
 
 #include "address.hxx"
 #include <memory>
+#include <vector>
 
 class ScColumn;
 


More information about the Libreoffice-commits mailing list