diff --git a/src/fileinfo/file_information/file_information_types/data_directory.h b/src/fileinfo/file_information/file_information_types/data_directory.h index e14e37de1..3e3d7b21b 100644 --- a/src/fileinfo/file_information/file_information_types/data_directory.h +++ b/src/fileinfo/file_information/file_information_types/data_directory.h @@ -7,6 +7,7 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_DATA_DIRECTORY_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_DATA_DIRECTORY_H +#include #include namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/dynamic_section/dynamic_entry.h b/src/fileinfo/file_information/file_information_types/dynamic_section/dynamic_entry.h index 9c8809148..044e96a94 100644 --- a/src/fileinfo/file_information/file_information_types/dynamic_section/dynamic_entry.h +++ b/src/fileinfo/file_information/file_information_types/dynamic_section/dynamic_entry.h @@ -9,6 +9,8 @@ #include "fileinfo/file_information/file_information_types/flags.h" +#include + namespace retdec { namespace fileinfo { diff --git a/src/fileinfo/file_information/file_information_types/file_header.h b/src/fileinfo/file_information/file_information_types/file_header.h index fb3444d42..fe6351223 100644 --- a/src/fileinfo/file_information/file_information_types/file_header.h +++ b/src/fileinfo/file_information/file_information_types/file_header.h @@ -7,6 +7,8 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_HEADER_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_HEADER_H +#include + #include "fileinfo/file_information/file_information_types/flags.h" namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/file_section.h b/src/fileinfo/file_information/file_information_types/file_section.h index d9aed57a0..4e024196c 100644 --- a/src/fileinfo/file_information/file_information_types/file_section.h +++ b/src/fileinfo/file_information/file_information_types/file_section.h @@ -7,6 +7,8 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_SECTION_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_SECTION_H +#include + #include "fileinfo/file_information/file_information_types/flags.h" namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/file_segment.h b/src/fileinfo/file_information/file_information_types/file_segment.h index a4ea70e87..b187c3b02 100644 --- a/src/fileinfo/file_information/file_information_types/file_segment.h +++ b/src/fileinfo/file_information/file_information_types/file_segment.h @@ -7,6 +7,8 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_SEGMENT_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_FILE_SEGMENT_H +#include + #include "fileinfo/file_information/file_information_types/flags.h" namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/pattern/pattern_match.h b/src/fileinfo/file_information/file_information_types/pattern/pattern_match.h index 98017760d..23d716ff1 100644 --- a/src/fileinfo/file_information/file_information_types/pattern/pattern_match.h +++ b/src/fileinfo/file_information/file_information_types/pattern/pattern_match.h @@ -7,6 +7,8 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_PATTERN_PATTERN_MATCH_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_PATTERN_PATTERN_MATCH_H +#include + namespace retdec { namespace fileinfo { diff --git a/src/fileinfo/file_information/file_information_types/pdb_info.h b/src/fileinfo/file_information/file_information_types/pdb_info.h index d78a346cd..73f0647c7 100644 --- a/src/fileinfo/file_information/file_information_types/pdb_info.h +++ b/src/fileinfo/file_information/file_information_types/pdb_info.h @@ -7,6 +7,7 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_PDB_INFO_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_PDB_INFO_H +#include #include namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/relocation_table/relocation.h b/src/fileinfo/file_information/file_information_types/relocation_table/relocation.h index a773524f0..8700564b3 100644 --- a/src/fileinfo/file_information/file_information_types/relocation_table/relocation.h +++ b/src/fileinfo/file_information/file_information_types/relocation_table/relocation.h @@ -7,6 +7,7 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_RELOCATION_TABLE_RELOCATION_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_RELOCATION_TABLE_RELOCATION_H +#include #include namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/resource_table/resource.h b/src/fileinfo/file_information/file_information_types/resource_table/resource.h index d32998434..357524425 100644 --- a/src/fileinfo/file_information/file_information_types/resource_table/resource.h +++ b/src/fileinfo/file_information/file_information_types/resource_table/resource.h @@ -7,6 +7,7 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_RESOURCE_TABLE_RESOURCE_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_RESOURCE_TABLE_RESOURCE_H +#include #include namespace retdec { diff --git a/src/fileinfo/file_information/file_information_types/symbol_table/symbol.h b/src/fileinfo/file_information/file_information_types/symbol_table/symbol.h index 0acc90d50..e650a4a00 100644 --- a/src/fileinfo/file_information/file_information_types/symbol_table/symbol.h +++ b/src/fileinfo/file_information/file_information_types/symbol_table/symbol.h @@ -7,6 +7,7 @@ #ifndef FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_SYMBOL_TABLE_SYMBOL_H #define FILEINFO_FILE_INFORMATION_FILE_INFORMATION_TYPES_SYMBOL_TABLE_SYMBOL_H +#include #include namespace retdec {