Skip to content

Commit 4323ad1

Browse files
committedApr 17, 2017
Include container.h in util/thread.h. util/thread.h doesn't compile without it
1 parent f6da7b3 commit 4323ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/util/thread.h

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2626
#include "../threading/mutex_auto_lock.h"
2727
#include "porting.h"
2828
#include "log.h"
29+
#include "container.h"
2930

3031
template<typename T>
3132
class MutexedVariable {

0 commit comments

Comments
 (0)
Please sign in to comment.