mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
FIX: fix of wrong include
This commit is contained in:
parent
50948c450e
commit
ea548668cb
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
#define MOCK_MUTEX_HPP_INCLUDED
|
#define MOCK_MUTEX_HPP_INCLUDED
|
||||||
|
|
||||||
#include "../config.hpp"
|
#include "../config.hpp"
|
||||||
#include <boost/test/utils/trivial_singleton.hpp>
|
#include <turtle/detail/singleton.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#ifdef MOCK_THREAD_SAFE
|
#ifdef MOCK_THREAD_SAFE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue