diff options
-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; |