1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00
This commit is contained in:
Desour 2024-02-07 12:42:12 +01:00
parent 2638dc41d1
commit 6fca066a26
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
#include <atomic>
#include <iostream>
#if defined(IPC_CHANNEL_IMPLEMENTATION_WIN32) || defined(_WIN32)
#if defined(IPC_CHANNEL_IMPLEMENTATION_WIN32)
#include <windows.h>
#endif
#include "threading/ipc_channel.h"