git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@183 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-01-11 19:49:08 +00:00
parent be891a6480
commit b654bc6bbb
2 changed files with 1 additions and 2 deletions

View file

@ -9,8 +9,6 @@
#ifndef MOCK_PLACEHOLDER_HPP_INCLUDED #ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
#define MOCK_PLACEHOLDER_HPP_INCLUDED #define MOCK_PLACEHOLDER_HPP_INCLUDED
#include "format.hpp"
namespace mock namespace mock
{ {
template< typename Constraint > template< typename Constraint >

View file

@ -10,6 +10,7 @@
#define MOCK_CONSTRAINTS_HPP_INCLUDED #define MOCK_CONSTRAINTS_HPP_INCLUDED
#include "constraint.hpp" #include "constraint.hpp"
#include "format.hpp"
#include <boost/utility/enable_if.hpp> #include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_convertible.hpp> #include <boost/type_traits/is_convertible.hpp>
#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/predicate.hpp>