From 9db6d5986158a1a1ffb2b81396ff4632b6c01508 Mon Sep 17 00:00:00 2001 From: Mike Dev Date: Sat, 11 May 2019 19:07:33 +0200 Subject: [PATCH] Update hash.hpp include path --- include/boost/regex/v4/basic_regex.hpp | 2 +- performance/table_helper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/regex/v4/basic_regex.hpp b/include/boost/regex/v4/basic_regex.hpp index 19623720..b3bb1fe0 100644 --- a/include/boost/regex/v4/basic_regex.hpp +++ b/include/boost/regex/v4/basic_regex.hpp @@ -20,7 +20,7 @@ #define BOOST_REGEX_V4_BASIC_REGEX_HPP #include -#include +#include #ifdef BOOST_MSVC #pragma warning(push) diff --git a/performance/table_helper.cpp b/performance/table_helper.cpp index 986c2189..2ff40f1f 100644 --- a/performance/table_helper.cpp +++ b/performance/table_helper.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include