SL-18837: Don't include a version-specific Boost.Regex header.

Let the umbrella <regex.hpp> header make that decision.
master
Nat Goodspeed 2023-06-02 17:32:31 -04:00
parent 6d2d0c8ee5
commit 42c69448da
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/regex/v4/match_results.hpp>
#include <boost/regex.hpp>
#include <boost/foreach.hpp>
#if LL_MSVC