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/lib | |
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/lib')
-rw-r--r-- | host/lib/utils/log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <uhd/utils/log.hpp> +#include <uhd/utils/log_add.hpp> #include <uhd/utils/static.hpp> #include <uhd/utils/paths.hpp> #include <uhd/transport/bounded_buffer.hpp> |