diff --git a/src/part.hpp b/src/part.hpp index 154ec29..a4a7973 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -6,6 +6,7 @@ #ifndef PART_HPP #define PART_HPP +#include #include #include @@ -17,7 +18,7 @@ typedef struct { } fpga_model; /* Highest nibble (version) must always be set to 0 */ -static std::map fpga_list = { +static std::map fpga_list = { {0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256", 8}}, {0x00004c37, {"anlogic", "elf2", "EF2M45", 8}},