diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
commit | a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c (patch) | |
tree | de48e7d8b3f9d66c9e11dd048ac9062921b05801 /utils/name2addr.cpp | |
parent | add .clang-tidy, `make check` (diff) | |
download | winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.tar.gz winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.zip |
include/pdb/ -> include/winapi/debug/
Diffstat (limited to 'utils/name2addr.cpp')
-rw-r--r-- | utils/name2addr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/name2addr.cpp b/utils/name2addr.cpp index cae0f39..e90aacb 100644 --- a/utils/name2addr.cpp +++ b/utils/name2addr.cpp @@ -4,9 +4,10 @@ // Distributed under the MIT License. #include "command_line.hpp" -#include "pdb/all.hpp" #include "pdb_descr.hpp" +#include <winapi/debug.hpp> + #include <boost/program_options.hpp> #include <exception> |