Commit 5cf889b6 authored by Max Kellermann's avatar Max Kellermann

util/WStringView: add missing include

parent ffc36d52
......@@ -32,6 +32,8 @@
#include "StringView.hxx"
#include <wchar.h>
struct WStringView : BasicStringView<wchar_t> {
using BasicStringView::BasicStringView;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment