From 0b3f3347dc5871c93c27e4d9380a034986f676ca Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 15 Feb 2025 09:19:24 +0100 Subject: [PATCH] Fix compilation with latest msvc --- src/gdb-stub/async_handler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gdb-stub/async_handler.cpp b/src/gdb-stub/async_handler.cpp index 9560a3b3..ccfb8528 100644 --- a/src/gdb-stub/async_handler.cpp +++ b/src/gdb-stub/async_handler.cpp @@ -1,5 +1,6 @@ #include "async_handler.hpp" #include +#include using namespace std::chrono_literals;