1
0
forked from fsfw/fsfw

imrpoved windows includes

This commit is contained in:
2021-01-29 00:12:40 +01:00
parent 6127bb5ea4
commit 6b4bed8ca9
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#include <chrono>
#if defined(WIN32)
#include <windows.h>
#include <processthreadsapi.h>
#elif defined(LINUX)
#include <pthread.h>
#endif