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

Kohei Yoshida kohei.yoshida at gmail.com
Mon Jul 1 16:25:42 PDT 2013


 sc/source/core/opencl/formulagroupcl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 41e0a3bde2b9a838e4ad55c2ea4ed1ec22627f99
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Jul 1 19:24:39 2013 -0400

    Fix build breakage when opencl is enabled.
    
    Change-Id: I8ffa87c19ce110452c8280f4ee91536cd6f563d4

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 54fd8e8..41e439c 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -15,6 +15,7 @@
 #include "compiler.hxx"
 #include "interpre.hxx"
 #include "formula/vectortoken.hxx"
+#include "scmatrix.hxx"
 
 #include "openclwrapper.hxx"
 


More information about the Libreoffice-commits mailing list