Add missing include seen on VS 17.8.0

This commit is contained in:
Magne Sjaastad 2024-02-07 07:24:04 +01:00
parent 1703f33eb7
commit 4db04c76a2

View File

@ -23,6 +23,7 @@
#include <cctype>
#include <charconv>
#include <regex>
#include <sstream>
const std::string WHITESPACE = " \n\r\t\f\v";