Skip to content

Commit

Permalink
[ESI][Cosim] Make cosim DPI server compile on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Dec 1, 2023
1 parent cac2be3 commit 7253c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/ESI/runtime/cosim/cosim_dpi_server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "CosimDpi.capnp.h"
#include <capnp/ez-rpc.h>
#include <thread>
#if WIN32
#ifdef _WIN32
#include <io.h>
#else
#include <unistd.h>
Expand Down

0 comments on commit 7253c28

Please sign in to comment.