diff options
Diffstat (limited to 'include/tools/bigint.hxx')
-rw-r--r-- | include/tools/bigint.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tools/bigint.hxx b/include/tools/bigint.hxx index ae33a5e67d53..f8f57fc45de7 100644 --- a/include/tools/bigint.hxx +++ b/include/tools/bigint.hxx @@ -19,10 +19,12 @@ #ifndef INCLUDED_TOOLS_BIGINT_HXX #define INCLUDED_TOOLS_BIGINT_HXX -#include <rtl/ustring.hxx> #include <tools/toolsdllapi.h> #include <tools/long.hxx> +#include <cassert> +#include <string_view> + #define MAX_DIGITS 8 class SAL_WARN_UNUSED TOOLS_DLLPUBLIC BigInt |