diff options
| author | Xusheng <xusheng@vector35.com> | 2026-01-07 13:59:37 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2026-01-07 13:59:37 +0800 |
| commit | 53aa6b58d4d1216fe34b59ca9afe13556949ea73 (patch) | |
| tree | 5fc1813b482966f6d5721b09c31d897592e3423d /plugins/rtti/microsoft.cpp | |
| parent | d9c58e94a0c86499bc481baccad73f2857678c29 (diff) | |
Fix Windows build
Diffstat (limited to 'plugins/rtti/microsoft.cpp')
| -rw-r--r-- | plugins/rtti/microsoft.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/rtti/microsoft.cpp b/plugins/rtti/microsoft.cpp index beb333b9..684a68cd 100644 --- a/plugins/rtti/microsoft.cpp +++ b/plugins/rtti/microsoft.cpp @@ -1,5 +1,7 @@ #include "microsoft.h" +#include <chrono> + using namespace BinaryNinja; using namespace BinaryNinja::RTTI; using namespace BinaryNinja::RTTI::Microsoft; |
