mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-10 05:57:41 +00:00
Windows header include fix
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
|
||||
#include <memory>
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
#include "boo/System.hpp"
|
||||
|
||||
#if _WIN32
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
namespace boo
|
||||
{
|
||||
struct IGraphicsCommandQueue;
|
||||
|
||||
Reference in New Issue
Block a user