util/StringCompare: use std::string_view instead of StringView

This commit is contained in:
Max Kellermann
2022-05-31 13:18:42 +02:00
parent 759da033fc
commit d256d3dabe
9 changed files with 35 additions and 30 deletions

View File

@@ -34,6 +34,7 @@
#include <cdio/iso9660.h>
#include <array>
#include <span>
#include <utility>
#include <stdlib.h>