git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@499 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:08:15 +00:00
parent 8cdf6f5934
commit 188b684d23
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,9 @@
#ifndef MOCK_CONSTRAINT_HPP_INCLUDED #ifndef MOCK_CONSTRAINT_HPP_INCLUDED
#define MOCK_CONSTRAINT_HPP_INCLUDED #define MOCK_CONSTRAINT_HPP_INCLUDED
#include <boost/preprocessor/stringize.hpp>
#include "log.hpp"
namespace mock namespace mock
{ {
template< typename Constraint > template< typename Constraint >

View file

@ -10,12 +10,10 @@
#define MOCK_CONSTRAINTS_HPP_INCLUDED #define MOCK_CONSTRAINTS_HPP_INCLUDED
#include "constraint.hpp" #include "constraint.hpp"
#include "log.hpp"
#include <boost/ref.hpp> #include <boost/ref.hpp>
#include <boost/utility/enable_if.hpp> #include <boost/utility/enable_if.hpp>
#include <boost/utility/addressof.hpp> #include <boost/utility/addressof.hpp>
#include <boost/type_traits/is_convertible.hpp> #include <boost/type_traits/is_convertible.hpp>
#include <boost/preprocessor/stringize.hpp>
namespace mock namespace mock
{ {