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