We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70185ee commit b2af24aCopy full SHA for b2af24a
2 files changed
cppcache/test/statistics/HostStatSamplerTest.cpp
@@ -18,6 +18,7 @@
18
#include <gmock/gmock.h>
19
20
#include <boost/filesystem.hpp>
21
+#include <boost/filesystem/fstream.hpp>
22
#include <boost/process/environment.hpp>
23
24
#include <gtest/gtest.h>
dependencies/boost/CMakeLists.txt
@@ -13,9 +13,9 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-project(boost VERSION 1.76.0 LANGUAGES NONE)
+project(boost VERSION 1.80.0 LANGUAGES NONE)
17
-set(SHA256 7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca)
+set(SHA256 4b2136f98bdd1f5857f1c3dea9ac2018effe65286cf251534b6ae20cc45e1847)
if (WIN32)
set(BOOTSTRAP_COMMAND bootstrap.bat)
0 commit comments