fix test header issue

This commit is contained in:
Arvid Norberg 2013-06-23 21:25:38 +00:00
parent 981980190a
commit 54b05dd20a
1 changed files with 2 additions and 0 deletions

View File

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