git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@514 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:14:44 +00:00
parent 56edcac48d
commit bef6367296
2 changed files with 2 additions and 1 deletions

View file

@ -10,8 +10,8 @@
#define MOCK_PARENT_HPP_INCLUDED
#include "type_name.hpp"
#include <boost/optional.hpp>
#include <boost/test/utils/basic_cstring/io.hpp>
#include <boost/optional.hpp>
#include <ostream>
namespace mock

View file

@ -14,6 +14,7 @@
#include "context.hpp"
#include "child.hpp"
#include <boost/test/utils/trivial_singleton.hpp>
#include <boost/optional.hpp>
#include <ostream>
#include <map>