diff options
Diffstat (limited to 'src/call_stack.cpp')
-rw-r--r-- | src/call_stack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/call_stack.cpp b/src/call_stack.cpp index d47a8ca..f6ac0f9 100644 --- a/src/call_stack.cpp +++ b/src/call_stack.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#include <pdb/all.hpp> +#include <winapi/debug.hpp> #include <windows.h> |