diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/eeprom.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/types/eeprom.hpp b/host/include/uhd/types/eeprom.hpp index 814d429c8..19729f396 100644 --- a/host/include/uhd/types/eeprom.hpp +++ b/host/include/uhd/types/eeprom.hpp @@ -9,11 +9,11 @@ #include <map> #include <string> +#include <vector> namespace uhd { - typedef std::map<std::string, std::string> eeprom_map_t; - + typedef std::map<std::string, std::vector<uint8_t>> eeprom_map_t; } /* namespace uhd */ |