diff options
Diffstat (limited to 'include/comphelper/syntaxhighlight.hxx')
-rw-r--r-- | include/comphelper/syntaxhighlight.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx index c8bc100d362b..b6b01c4f36a8 100644 --- a/include/comphelper/syntaxhighlight.hxx +++ b/include/comphelper/syntaxhighlight.hxx @@ -19,10 +19,9 @@ #ifndef INCLUDED_COMPHELPER_SYNTAXHIGHLIGHT_HXX #define INCLUDED_COMPHELPER_SYNTAXHIGHLIGHT_HXX -#include <rtl/ustring.hxx> - #include <comphelper/comphelperdllapi.h> +#include <string_view> #include <vector> #include <memory> |