diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-12-03 16:08:30 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-12-05 21:23:23 -0800 |
commit | 5dd75a8e03b05cfd8cf7110507a3cc422e21ab47 (patch) | |
tree | 3fd5d35c3b88865120708f723afe2143e644476d /host | |
parent | fecfe64fa54ab07841cbda09a31317e2d5ffb83c (diff) | |
download | uhd-5dd75a8e03b05cfd8cf7110507a3cc422e21ab47.tar.gz uhd-5dd75a8e03b05cfd8cf7110507a3cc422e21ab47.tar.bz2 uhd-5dd75a8e03b05cfd8cf7110507a3cc422e21ab47.zip |
utils: algorithm: Add missing include uhd/config.hpp
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/utils/algorithm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/utils/algorithm.hpp b/host/include/uhd/utils/algorithm.hpp index 6a6c611d6..855f30d59 100644 --- a/host/include/uhd/utils/algorithm.hpp +++ b/host/include/uhd/utils/algorithm.hpp @@ -8,6 +8,7 @@ #ifndef INCLUDED_UHD_UTILS_ALGORITHM_HPP #define INCLUDED_UHD_UTILS_ALGORITHM_HPP +#include <uhd/config.hpp> #include <stdint.h> #include <boost/range/begin.hpp> #include <boost/range/end.hpp> |