Skip to content

Commit

Permalink
Merge pull request #5 from invlpg/master
Browse files Browse the repository at this point in the history
you need to include string if you use it... wont compile on linux without this include.
  • Loading branch information
can1357 committed Jan 11, 2022
2 parents ce24224 + f305b3d commit 4f83eae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/nt/directories/dir_debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
//
#pragma once
#include <utility>
#include <string>

#include "../../img_common.hpp"
#include "../data_directories.hpp"

Expand Down Expand Up @@ -180,4 +182,4 @@ namespace win

template<bool x64> struct directory_type<directory_id::directory_entry_debug, x64, void> { using type = debug_directory_t; };
};
#pragma pack(pop)
#pragma pack(pop)

0 comments on commit 4f83eae

Please sign in to comment.