aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-03 22:21:32 -0700
committerMartin Braun <martin.braun@ettus.com>2017-05-12 21:26:01 -0700
commit412acb853729023e7f24c9ef11699010ed8dadab (patch)
treeebb912a9434c352486cc31cb236b220c45eb866e /host/tests
parent6fc6e7c1e01e7f70b072a1ed4900bd8ad5ff3dbb (diff)
downloaduhd-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.cpp1
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){