Fix Boost.Config includes in natvis_tests.cpp (#268)

This commit is contained in:
Braden Ganetsky
2024-07-24 02:05:21 -05:00
committed by GitHub
parent 1d1f0d306d
commit cd4c1f3713

View File

@ -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 <boost/config.hpp>
#if !defined(BOOST_MSVC)
#include <boost/config/pragma_message.hpp>