From fb13b387cabc4fe4842de7841251fe78236a1ada Mon Sep 17 00:00:00 2001 From: "M. Oleske" Date: Sat, 7 May 2022 21:33:18 -0700 Subject: [PATCH] Bump to boost 1.79.0 --- cppcache/test/statistics/HostStatSamplerTest.cpp | 1 + dependencies/boost/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cppcache/test/statistics/HostStatSamplerTest.cpp b/cppcache/test/statistics/HostStatSamplerTest.cpp index 33a23e4f2e..3375200668 100644 --- a/cppcache/test/statistics/HostStatSamplerTest.cpp +++ b/cppcache/test/statistics/HostStatSamplerTest.cpp @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt index 000770cc86..34f3b7c8f4 100644 --- a/dependencies/boost/CMakeLists.txt +++ b/dependencies/boost/CMakeLists.txt @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -project(boost VERSION 1.76.0 LANGUAGES NONE) +project(boost VERSION 1.79.0 LANGUAGES NONE) -set(SHA256 7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca) +set(SHA256 273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c) if (WIN32) set(BOOTSTRAP_COMMAND bootstrap.bat)