diff options
Diffstat (limited to 'sc/inc/pch/precompiled_sc.hxx')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index f2f14653ab09..df9c3c3322aa 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -47,6 +47,7 @@ #include <optional> #include <ostream> #include <set> +#include <span> #include <sstream> #include <stddef.h> #include <stdexcept> @@ -344,7 +345,6 @@ #include <o3tl/enumarray.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> -#include <o3tl/span.hxx> #include <o3tl/string_view.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> |