diff options
Diffstat (limited to 'common/winexe_pe.cpp')
-rw-r--r-- | common/winexe_pe.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/winexe_pe.cpp b/common/winexe_pe.cpp index 99d44cabbd..6bb831b9c6 100644 --- a/common/winexe_pe.cpp +++ b/common/winexe_pe.cpp @@ -23,9 +23,10 @@ * */ +#include "common/array.h" #include "common/debug.h" +#include "common/endian.h" #include "common/file.h" -#include "common/memstream.h" #include "common/str.h" #include "common/stream.h" #include "common/winexe_pe.h" |