eval.cc: Fix for Windows
This commit is contained in:
committed by
Robert Hensing
parent
6588420103
commit
4e0d058fc3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user