mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(thread): add missing include to SCritSect
This commit is contained in:
parent
800c1cc245
commit
d98252a5e1
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef STORM_THREAD_S_CRIT_SECT_HPP
|
||||
#define STORM_THREAD_S_CRIT_SECT_HPP
|
||||
|
||||
#if defined(WHOA_PLATFORM_WIN)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if defined(WHOA_PLATFORM_MAC) || defined(WHOA_PLATFORM_LINUX)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue