diff --git a/worker/src/DepUsrSCTP.cpp b/worker/src/DepUsrSCTP.cpp index d3444fb8a9..4eb0e40713 100644 --- a/worker/src/DepUsrSCTP.cpp +++ b/worker/src/DepUsrSCTP.cpp @@ -2,6 +2,9 @@ // #define MS_LOG_DEV_LEVEL 3 #include "DepUsrSCTP.hpp" +#ifdef MS_LIBURING_SUPPORTED +#include "DepLibUring.hpp" +#endif #include "DepLibUV.hpp" #include "Logger.hpp" #include