mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 11:24:02 +00:00
Add stdlib includes
This commit is contained in:
parent
d102cbcda7
commit
11f3ec9c36
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#include "ThreadGroup.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <boost/thread/thread.hpp>
|
||||
#include <boost/thread/barrier.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue