eval.cc: Fix for Windows

This commit is contained in:
John Ericson 2024-06-04 10:18:22 +02:00 committed by Robert Hensing
parent 6588420103
commit 4e0d058fc3

View file

@ -31,7 +31,6 @@
#include <sstream>
#include <cstring>
#include <optional>
#include <pthread.h>
#include <unistd.h>
#include <sys/time.h>
#include <fstream>
@ -48,6 +47,8 @@
#define GC_INCLUDE_NEW
#include <pthread.h>
#include <gc/gc.h>
#include <gc/gc_cpp.h>
#include <gc/gc_allocator.h>