From a568e1d58c05fcacc40398d658b2cefdf72403f9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 5 Dec 2017 16:19:23 -0800 Subject: types: Change eeprom_map_to to uint8_t vectors mpmd_impl was already using this type, fixed conversion from std::string to std::vector there too. Reviewed-By: Brent Stapleton --- host/include/uhd/types/eeprom.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/include') 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 #include +#include namespace uhd { - typedef std::map eeprom_map_t; - + typedef std::map> eeprom_map_t; } /* namespace uhd */ -- cgit v1.2.3