diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-26 15:33:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-26 15:33:49 +0200 |
commit | 06599d1f670516ce97267d746fa230a0c9310f3d (patch) | |
tree | a72e5868f0aecb945616b24ce18fdea557f9515e | |
parent | 2107e08fe4798d48610f7472fa581103462081aa (diff) |
missing include
Change-Id: I57dfc006d849918179a2398ef22be7585cb0993f
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 414cb8a19ba3..a0ae2d5ded14 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -60,6 +60,7 @@ #include <tokenarray.hxx> #include <compare.hxx> +#include <com/sun/star/util/SearchResult.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <comphelper/string.hxx> |