html-to-text: add missing include <array>

This commit is contained in:
Dirk-Jan C. Binnema 2023-07-26 23:30:54 +03:00
parent c06e765d13
commit dc29dc8395
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "mu-regex.hh"
#include <string>
#include <array>
#include <string_view>
#include <algorithm>