Skip to content

Commit

Permalink
Fix VS2022 17.13 build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vovodroid authored Feb 21, 2025
1 parent 873a6f5 commit 9dd2999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mcut/include/mcut/internal/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <map>
#include <memory>
#include <string>
#include <chrono>

#include "mcut/internal/tpool.h"

Expand Down Expand Up @@ -843,4 +844,4 @@ struct context_t {
// list of contexts created by client/user
extern "C" threadsafe_list<std::shared_ptr<context_t>> g_contexts;

#endif // #ifndef _FRONTEND_H_
#endif // #ifndef _FRONTEND_H_

0 comments on commit 9dd2999

Please sign in to comment.