Fix modules for windows compatibility

This commit is contained in:
maxdcb
2025-07-31 07:45:15 -04:00
parent 834cbebfc0
commit e731c3c858
9 changed files with 41 additions and 4 deletions
+2
View File
@@ -2,10 +2,12 @@
#include "Common.hpp"
#include <cstring>
#ifdef __linux__
#include <pty.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/wait.h>
#endif
#include <chrono>
using namespace std;