From 412acb853729023e7f24c9ef11699010ed8dadab Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 3 May 2017 22:21:32 -0700 Subject: log: Split add_logger() out of the main logging header This way, C++11 features are not required to build with UHD headers included. --- host/tests/log_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/tests/log_test.cpp') 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 #include +#include #include BOOST_AUTO_TEST_CASE(test_messages){ -- cgit v1.2.3