[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

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


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

New commits:
commit c498a34d7c039a9cfc4162f91c66831ea13527b9
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