diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-08 19:03:02 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:53 -0800 |
commit | 83a2ae4e947c508a6aebd95e065a2937750f13be (patch) | |
tree | 9ba66e82ca6e596f15204b2289eeea96dc5d0a4f /host/include | |
parent | 8ebd4d8e5fbfdc612ad5dd8ec212c76bd8cf4ed6 (diff) | |
download | uhd-83a2ae4e947c508a6aebd95e065a2937750f13be.tar.gz uhd-83a2ae4e947c508a6aebd95e065a2937750f13be.tar.bz2 uhd-83a2ae4e947c508a6aebd95e065a2937750f13be.zip |
uhd: Fixed ranges.hpp
It was accidentally broken during MPM development.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/ranges.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/ranges.hpp b/host/include/uhd/types/ranges.hpp index a47fc19a4..a9c43284a 100644 --- a/host/include/uhd/types/ranges.hpp +++ b/host/include/uhd/types/ranges.hpp @@ -7,7 +7,7 @@ #ifndef INCLUDED_UHD_TYPES_RANGES_HPP #define INCLUDED_UHD_TYPES_RANGES_HPP -#include <../../host/include/uhd/config.hpp> +#include <uhd/config.hpp> #include <string> #include <vector> |