forked from boostorg/unordered
Fix Boost.Config includes in natvis_tests.cpp (#268)
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
// Run this test and break manually at the variable called `break_here`.
|
// Run this test and break manually at the variable called `break_here`.
|
||||||
// Inspect the variables using the Visual Studio debugger to test correctness.
|
// Inspect the variables using the Visual Studio debugger to test correctness.
|
||||||
|
|
||||||
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if !defined(BOOST_MSVC)
|
#if !defined(BOOST_MSVC)
|
||||||
|
|
||||||
#include <boost/config/pragma_message.hpp>
|
#include <boost/config/pragma_message.hpp>
|
||||||
|
Reference in New Issue
Block a user