diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-04 16:14:11 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-05 21:22:27 -0800 |
| commit | 120273aa1a63eb5b3411ac9fcc4cd09eaabbc9e1 (patch) | |
| tree | fd014b3c49873c3ea94595b9b0a1a332a87de6fd /src/simd/vt.cpp | |
| parent | 626d4170fed88fda43e48b2457d424e8afbe6ae3 (diff) | |
pkg/utfcpp
Diffstat (limited to 'src/simd/vt.cpp')
| -rw-r--r-- | src/simd/vt.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/simd/vt.cpp b/src/simd/vt.cpp index fe4d8a1fa..e6c762bea 100644 --- a/src/simd/vt.cpp +++ b/src/simd/vt.cpp @@ -4,11 +4,12 @@ #include <hwy/foreach_target.h> // must come before highway.h #include <hwy/highway.h> +#include <simdutf.h> +#include <utf8.h> +#include <vector> + #include <simd/index_of.h> -#include <simd/simdutf.h> -#include <simd/utf8.h> #include <simd/vt.h> -#include <vector> HWY_BEFORE_NAMESPACE(); namespace ghostty { |
