diff --git a/test/abi/main.cpp b/test/abi/main.cpp index 62bd37a0..e8f9d139 100644 --- a/test/abi/main.cpp +++ b/test/abi/main.cpp @@ -7,8 +7,9 @@ // // before we do anything else, we need to mess with the compilers ABI: -// -#ifdef _MSC_VER +// +#include +#ifdef BOOST_MSVC #pragma pack(1) #elif defined(__BORLANDC__) #pragma option -Ve- -Vx- -a1 -b-