Skip to content

Commit

Permalink
add missing include on latest VS 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 7, 2024
1 parent e1f5fd8 commit ccca921
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 ccca921

Please sign in to comment.