diff --git a/src/mcut/include/mcut/internal/frontend.h b/src/mcut/include/mcut/internal/frontend.h index ccc2a2babe0..542e05eca07 100644 --- a/src/mcut/include/mcut/internal/frontend.h +++ b/src/mcut/include/mcut/internal/frontend.h @@ -42,6 +42,7 @@ #include #include #include +#include #include "mcut/internal/tpool.h" @@ -843,4 +844,4 @@ struct context_t { // list of contexts created by client/user extern "C" threadsafe_list> g_contexts; -#endif // #ifndef _FRONTEND_H_ \ No newline at end of file +#endif // #ifndef _FRONTEND_H_