Skip to content

Commit

Permalink
Add missing include seen on VS 17.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 7, 2024
1 parent 1703f33 commit 4db04c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApplicationLibCode/Application/Tools/RiaStdStringTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <cctype>
#include <charconv>
#include <regex>
#include <sstream>

const std::string WHITESPACE = " \n\r\t\f\v";

Expand Down

0 comments on commit 4db04c7

Please sign in to comment.