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/lib/utils/log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/utils') diff --git a/host/lib/utils/log.cpp b/host/lib/utils/log.cpp index bfa012323..e850d1374 100644 --- a/host/lib/utils/log.cpp +++ b/host/lib/utils/log.cpp @@ -16,6 +16,7 @@ // #include +#include #include #include #include -- cgit v1.2.3