From 12e2311aa49d030e32abfb729a64dc84d5e528fe Mon Sep 17 00:00:00 2001 From: Boris Gubenko Date: Sat, 31 Jan 2009 21:37:54 +0000 Subject: [PATCH] add missing #include to integer_mask_test.cpp [SVN r50935] --- test/integer_mask_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integer_mask_test.cpp b/test/integer_mask_test.cpp index 6146ddf..38f5211 100644 --- a/test/integer_mask_test.cpp +++ b/test/integer_mask_test.cpp @@ -10,8 +10,7 @@ // Revision History // 23 Sep 2001 Initial version (Daryle Walker) -#define BOOST_INCLUDE_MAIN -#include // for main +#include // for main #include // for boost::exit_success #include // for boost::high_bit_mask_t, etc.