mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@525 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ef3aea5715
commit
0c8f84cc7d
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_FORMATTER_HPP_INCLUDED
|
#ifndef MOCK_FORMATTER_HPP_INCLUDED
|
||||||
#define MOCK_FORMATTER_HPP_INCLUDED
|
#define MOCK_FORMATTER_HPP_INCLUDED
|
||||||
|
|
||||||
#include "stream.hpp"
|
#include "../stream.hpp"
|
||||||
#include <boost/utility/addressof.hpp>
|
#include <boost/utility/addressof.hpp>
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_FUNCTOR_HPP_INCLUDED
|
#ifndef MOCK_FUNCTOR_HPP_INCLUDED
|
||||||
#define MOCK_FUNCTOR_HPP_INCLUDED
|
#define MOCK_FUNCTOR_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/function.hpp"
|
#include "function.hpp"
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue