diff options
Diffstat (limited to 'src/core/debugger')
-rw-r--r-- | src/core/debugger/gdbstub.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/debugger/gdbstub.cpp b/src/core/debugger/gdbstub.cpp index 80091cc7e..34b0b7d2b 100644 --- a/src/core/debugger/gdbstub.cpp +++ b/src/core/debugger/gdbstub.cpp @@ -9,6 +9,7 @@ #include <thread> #include <boost/algorithm/string.hpp> +#include <fmt/ranges.h> #include "common/hex_util.h" #include "common/logging/log.h" |