diff options
Diffstat (limited to 'Userland/Libraries/LibLine/Style.h')
-rw-r--r-- | Userland/Libraries/LibLine/Style.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibLine/Style.h b/Userland/Libraries/LibLine/Style.h index a2b4e0bba3..9d2a3627e0 100644 --- a/Userland/Libraries/LibLine/Style.h +++ b/Userland/Libraries/LibLine/Style.h @@ -8,6 +8,7 @@ #include <AK/String.h> #include <AK/Types.h> +#include <AK/Utf8View.h> #include <AK/Vector.h> #include <stdlib.h> |