Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include container.h in util/thread.h. util/thread.h doesn't compile w…
…ithout it
  • Loading branch information
celeron55 committed Apr 17, 2017
1 parent f6da7b3 commit 4323ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/thread.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 4323ad1

Please sign in to comment.