From 30dadf0c6155311f93f13fb7b37e4e109e98d1f4 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 26 Apr 2014 07:06:50 +0000 Subject: [PATCH] Do not define mock::exception when not MOCK_USE_BOOST_TEST git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@724 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/error.hpp b/turtle/error.hpp index 11a6aa6..c17fa41 100644 --- a/turtle/error.hpp +++ b/turtle/error.hpp @@ -10,8 +10,8 @@ #define MOCK_ERROR_HPP_INCLUDED #include "config.hpp" -#include "exception.hpp" #ifdef MOCK_USE_BOOST_TEST +#include "exception.hpp" #include #include #include