fix test header issue

This commit is contained in:
Arvid Norberg
2013-06-23 21:25:38 +00:00
parent 981980190a
commit 54b05dd20a

View File

@@ -45,6 +45,8 @@ POSSIBILITY OF SUCH DAMAGE.
#define EXPORT BOOST_SYMBOL_IMPORT
#endif
void EXPORT report_failure(char const* err, char const* file, int line);
#if defined(_MSC_VER)
#define COUNTER_GUARD(x)
#else