diff --git a/async_simple/executors/SimpleIOExecutor.h b/async_simple/executors/SimpleIOExecutor.h index d2a848aa9..c316b53cc 100644 --- a/async_simple/executors/SimpleIOExecutor.h +++ b/async_simple/executors/SimpleIOExecutor.h @@ -18,7 +18,7 @@ #include "async_simple/IOExecutor.h" -#if not __has_include() +#if !__has_include() && !defined(ASYNC_SIMPLE_HAS_NOT_AIO) #define ASYNC_SIMPLE_HAS_NOT_AIO #endif