aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/symbol.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:03:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:03:28 +0300
commita38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c (patch)
treede48e7d8b3f9d66c9e11dd048ac9062921b05801 /src/symbol.cpp
parentadd .clang-tidy, `make check` (diff)
downloadwinapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.tar.gz
winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.zip
include/pdb/ -> include/winapi/debug/
Diffstat (limited to '')
-rw-r--r--src/symbol.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/symbol.cpp b/src/symbol.cpp
index 4de9a7d..27e93b5 100644
--- a/src/symbol.cpp
+++ b/src/symbol.cpp
@@ -3,8 +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 <winapi/utf8.hpp>
#include <dbghelp.h>