diff -Naur drmingw-0.9.2.a/src/common/debugger.cpp drmingw-0.9.2.b/src/common/debugger.cpp | |
--- drmingw-0.9.2.a/src/common/debugger.cpp 2019-07-29 23:10:07.000000000 +0200 | |
+++ drmingw-0.9.2.b/src/common/debugger.cpp 2020-12-01 08:21:29.355323100 +0100 | |
@@ -21,6 +21,7 @@ | |
#include <assert.h> | |
#include <stdlib.h> | |
+#include <string> | |
#include <windows.h> | |
#include <ntstatus.h> |