Include container.h in util/thread.h. util/thread.h doesn't compile without it
parent
f6da7b3fda
commit
4323ad163f
|
@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include "../threading/mutex_auto_lock.h"
|
#include "../threading/mutex_auto_lock.h"
|
||||||
#include "porting.h"
|
#include "porting.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "container.h"
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class MutexedVariable {
|
class MutexedVariable {
|
||||||
|
|
Loading…
Reference in New Issue