diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index d70b1b5d6dea..b99ee6840ef4 100644 --- a/sc/inc/lookupcache.hxx +++ b/sc/inc/lookupcache.hxx @@ -31,7 +31,6 @@ #include "address.hxx" #include "global.hxx" -#include "queryparam.hxx" #include "formula/token.hxx" #include #include @@ -39,6 +38,7 @@ #include class ScDocument; +struct ScQueryEntry; /** Lookup cache for one range used with interpreter functions such as VLOOKUP and MATCH. Caches query for a specific row and the resulting address looked