mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
fix(thread): add missing header
This commit is contained in:
parent
c7379a8509
commit
a0af28c9b0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef STORM_THREAD_C_CRIT_SECT_HPP
|
#ifndef STORM_THREAD_C_CRIT_SECT_HPP
|
||||||
#define STORM_THREAD_C_CRIT_SECT_HPP
|
#define STORM_THREAD_C_CRIT_SECT_HPP
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue