diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-03 22:21:32 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-05-12 21:26:01 -0700 |
commit | 412acb853729023e7f24c9ef11699010ed8dadab (patch) | |
tree | ebb912a9434c352486cc31cb236b220c45eb866e /host/tests | |
parent | 6fc6e7c1e01e7f70b072a1ed4900bd8ad5ff3dbb (diff) | |
download | uhd-412acb853729023e7f24c9ef11699010ed8dadab.tar.gz uhd-412acb853729023e7f24c9ef11699010ed8dadab.tar.bz2 uhd-412acb853729023e7f24c9ef11699010ed8dadab.zip |
log: Split add_logger() out of the main logging header
This way, C++11 features are not required to build with UHD headers
included.
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/log_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/log_test.cpp b/host/tests/log_test.cpp index c466777fc..b0b17ea84 100644 --- a/host/tests/log_test.cpp +++ b/host/tests/log_test.cpp @@ -17,6 +17,7 @@ #include <boost/test/unit_test.hpp> #include <uhd/utils/log.hpp> +#include <uhd/utils/log_add.hpp> #include <iostream> BOOST_AUTO_TEST_CASE(test_messages){ |