Support GCC 11

This commit is contained in:
Dan Paulat 2023-04-20 00:27:32 -05:00
parent 97035e5596
commit 57e9069f0a
6 changed files with 10 additions and 9 deletions

View file

@ -3,6 +3,7 @@
#include <scwx/util/rangebuf.hpp>
#include <istream>
#include <sstream>
#include <string>
#if defined(__GNUC__)