diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-10 14:45:44 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-10 14:45:44 -0800 |
commit | 928e3a7d68ca368467fb77477fa1a6283ac258d9 (patch) | |
tree | 3ecde31705102391c991ed5762e99d8ea0272e77 /host | |
parent | fd35b0fdfd7012e3c37499f2bbcde6540c604a09 (diff) | |
download | uhd-928e3a7d68ca368467fb77477fa1a6283ac258d9.tar.gz uhd-928e3a7d68ca368467fb77477fa1a6283ac258d9.tar.bz2 uhd-928e3a7d68ca368467fb77477fa1a6283ac258d9.zip |
uhd: fix safe call header cuz it was moved on the next branch
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/utils/safe_call.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/safe_call.hpp b/host/include/uhd/utils/safe_call.hpp index e23e508c8..6b2c210af 100644 --- a/host/include/uhd/utils/safe_call.hpp +++ b/host/include/uhd/utils/safe_call.hpp @@ -19,7 +19,7 @@ #define INCLUDED_UHD_UTILS_SAFE_CALL_HPP #include <uhd/config.hpp> -#include <uhd/utils/exception.hpp> +#include <uhd/exception.hpp> #include <uhd/utils/warning.hpp> //! helper macro for safe call to produce warnings |