diff --git a/benchmark/benchmark_ipc.cpp b/benchmark/benchmark_ipc.cpp index 066f93c..8f31013 100644 --- a/benchmark/benchmark_ipc.cpp +++ b/benchmark/benchmark_ipc.cpp @@ -1,3 +1,5 @@ +#include +#if defined(LIBIMP_OS_LINUX) #include #include @@ -20,7 +22,7 @@ #include "test_util.h" -#include "libipc/shm.h" +#include namespace { @@ -401,3 +403,4 @@ BENCHMARK(ipc_npipe_rtt); BENCHMARK(ipc_sock_rtt); BENCHMARK(ipc_udp_rtt); BENCHMARK(ipc_inotify_rtt); +#endif \ No newline at end of file