mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
fixes for build errors
This commit is contained in:
parent
767310fa38
commit
3e79bae0b7
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
#define MOCK_SEQUENCE_IMPL_HPP_INCLUDED
|
#define MOCK_SEQUENCE_IMPL_HPP_INCLUDED
|
||||||
|
|
||||||
#include "../config.hpp"
|
#include "../config.hpp"
|
||||||
|
#include "mutex.hpp"
|
||||||
#include <boost/noncopyable.hpp>
|
#include <boost/noncopyable.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@
|
||||||
#define MOCK_SEQUENCE_HPP_INCLUDED
|
#define MOCK_SEQUENCE_HPP_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#include "detail/sequence_impl.hpp"
|
|
||||||
#include <boost/make_shared.hpp>
|
#include <boost/make_shared.hpp>
|
||||||
|
#include "detail/sequence_impl.hpp"
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue