mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(error): add missing include to error
This commit is contained in:
parent
c04685efa8
commit
e838167bbd
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#if defined(WHOA_PLATFORM_WIN)
|
||||
#include <winerror.h>
|
||||
#endif
|
||||
|
||||
#if defined(WHOA_PLATFORM_MAC) || defined(WHOA_PLATFORM_LINUX)
|
||||
#define ERROR_INVALID_PARAMETER 0x57
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue