aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_lib.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 /test/test_lib.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--test/test_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_lib.cpp b/test/test_lib.cpp
index cb3d1d7..e361ea4 100644
--- a/test/test_lib.cpp
+++ b/test/test_lib.cpp
@@ -5,7 +5,7 @@
#include "test_lib.hpp"
-#include <pdb/all.hpp>
+#include <winapi/debug.hpp>
#include <iostream>