diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-09 18:03:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-09 23:19:00 +0100 |
commit | a49be6bd585ac4610cbf04ca3525f2d90a770367 (patch) | |
tree | 29a40a35004ce179303ed55e73b3897fb164217c /sc/inc | |
parent | b4860abacf24d7b7397b7b8d6f954c9c0ce90d5c (diff) |
no matching function for call to 'intrusive_ptr_add_ref'
...with clang-cl, in instantiation of member function
'boost::intrusive_ptr<const ScMatrix>::intrusive_ptr' requested at
sc/inc/token.hxx(291,20):
class SC_DLLPUBLIC ScMatrixCellResultToken : public formula::FormulaToken
Change-Id: Id8485d937744759ddbe36e8508c54e2a996df4d2
Reviewed-on: https://gerrit.libreoffice.org/47672
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 92827a2cb512..065fb2affccd 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -28,6 +28,7 @@ #include "refdata.hxx" #include <tools/mempool.hxx> #include "scdllapi.h" +#include "scmatrix.hxx" #include <formula/IFunctionDescription.hxx> #include <formula/token.hxx> #include "calcmacros.hxx" @@ -43,7 +44,6 @@ struct RangeMatrix; } class ScJumpMatrix; -class ScMatrix; typedef ::std::vector< ScComplexRefData > ScRefList; |