diff options
author | Andrew Lynch <andrew.lynch@ni.com> | 2017-11-14 09:47:50 -0600 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:05 -0800 |
commit | 4ca0e123a37e2a4cef44a142ebee02626297e9fe (patch) | |
tree | 5c3f66066869dcd16d8804e8a96605b5e1df75f3 /host/lib/usrp/dboard | |
parent | 323d27d172425a0fea3f4a071d210dca1d467f15 (diff) | |
download | uhd-4ca0e123a37e2a4cef44a142ebee02626297e9fe.tar.gz uhd-4ca0e123a37e2a4cef44a142ebee02626297e9fe.tar.bz2 uhd-4ca0e123a37e2a4cef44a142ebee02626297e9fe.zip |
mg: Include Algorithm header so that std::max resolves properly.
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r-- | host/lib/usrp/dboard/magnesium/magnesium_gain_table.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_gain_table.cpp b/host/lib/usrp/dboard/magnesium/magnesium_gain_table.cpp index 72707db17..8681dc1d5 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_gain_table.cpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_gain_table.cpp @@ -7,6 +7,7 @@ #include "magnesium_gain_table.hpp" #include "magnesium_constants.hpp" #include <uhd/exception.hpp> +#include <algorithm> #include <map> using namespace uhd; |