fix(thread): add missing header

This commit is contained in:
fallenoak 2023-03-27 16:54:24 -05:00
parent c7379a8509
commit a0af28c9b0
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -1,6 +1,8 @@
#ifndef STORM_THREAD_C_CRIT_SECT_HPP
#define STORM_THREAD_C_CRIT_SECT_HPP
#include <cstdint>
#if defined(WHOA_SYSTEM_WIN)
#include <windows.h>
#endif