Misc compile fixes

This commit is contained in:
Ryan Gonzalez 2017-04-15 20:31:58 -05:00 committed by Ivan
parent cc12302dd4
commit e447f071ce
5 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,8 @@
#include "cond.h"
#include "sync.h"
#include <limits.h>
#ifndef _WIN32
#include <thread>
#endif