1
0
Fork 0

tg-construct: fix windows build

This commit is contained in:
Christian Schmitt 2013-01-02 17:09:12 +01:00
parent 18bd2aa4e0
commit 75519f886a

View file

@ -22,6 +22,11 @@
# include <config.h>
#endif
#ifdef _MSC_VER
# include <windows.h>
# define sleep(x) Sleep(x*1000)
#endif
#include <boost/thread.hpp>
#include <simgear/debug/logstream.hxx>