From cd4c1f37134d4c036c4552964210d80155541293 Mon Sep 17 00:00:00 2001 From: Braden Ganetsky Date: Wed, 24 Jul 2024 02:05:21 -0500 Subject: [PATCH] Fix Boost.Config includes in natvis_tests.cpp (#268) --- test/natvis_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/natvis_tests.cpp b/test/natvis_tests.cpp index 4a420b80..6884c7ca 100644 --- a/test/natvis_tests.cpp +++ b/test/natvis_tests.cpp @@ -6,6 +6,8 @@ // Run this test and break manually at the variable called `break_here`. // Inspect the variables using the Visual Studio debugger to test correctness. +#include + #if !defined(BOOST_MSVC) #include