diff options
Diffstat (limited to 'sc/inc/sheetdata.hxx')
-rw-r--r-- | sc/inc/sheetdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sheetdata.hxx b/sc/inc/sheetdata.hxx index 5d27c55f902d..42f68ae0ba61 100644 --- a/sc/inc/sheetdata.hxx +++ b/sc/inc/sheetdata.hxx @@ -19,11 +19,11 @@ #pragma once -#include <editeng/editdata.hxx> #include <map> #include <unordered_set> #include <utility> #include <vector> +#include <editeng/ESelection.hxx> #include "address.hxx" |