1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +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"

View file

@ -9,6 +9,7 @@
#include "exceptions.h"
#include "threading/mutex_auto_lock.h"
#include "threading/semaphore.h"
#include "debug.h"
#include <list>
#include <vector>
#include <map>