Fixed Linux Compile Bug, happened after removing Video Targets
This commit is contained in:
parent
f47e90f55a
commit
e821f36de6
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@
|
|||
#ifdef BSD
|
||||
#include <inttypes.h>
|
||||
#else
|
||||
#ifdef _MSC_VER
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#endif // BSD
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue