aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/repo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdb/repo.hpp')
-rw-r--r--include/pdb/repo.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pdb/repo.hpp b/include/pdb/repo.hpp
index 571a164..3b194ff 100644
--- a/include/pdb/repo.hpp
+++ b/include/pdb/repo.hpp
@@ -9,7 +9,8 @@
#include "dbghelp.hpp"
#include "module.hpp"
#include "symbol.hpp"
-#include "utils/file.hpp"
+
+#include <winapi/file.hpp>
#include <functional>
#include <map>
@@ -49,7 +50,7 @@ private:
const DbgHelp dbghelp{DbgHelp::post_mortem()};
- std::unordered_set<file::ID> file_ids;
+ std::unordered_set<winapi::File::ID> file_ids;
std::map<Address, Module> online_bases;
std::map<Address, const Module&> offline_bases;
};