fixes for build errors

This commit is contained in:
robwiss 2015-05-22 20:46:53 -04:00
parent 767310fa38
commit 3e79bae0b7
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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
{ {