Include container.h in util/thread.h. util/thread.h doesn't compile without it

master
Perttu Ahola 2017-04-15 18:21:23 +03:00 committed by celeron55
parent f6da7b3fda
commit 4323ad163f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "../threading/mutex_auto_lock.h"
#include "porting.h"
#include "log.h"
#include "container.h"
template<typename T>
class MutexedVariable {