Skip to content

Commit

Permalink
[BUGFIX] Added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Feb 19, 2022
1 parent 99fd13f commit 93fe6ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libpeconv/src/exceptions_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#include "peconv/pe_hdrs_helper.h"

#ifdef _DEBUG
#include <iostream>
#endif

#ifdef _WIN64
bool peconv::setup_exceptions(IN BYTE* modulePtr, IN size_t moduleSize)
{
Expand Down

0 comments on commit 93fe6ef

Please sign in to comment.