summaryrefslogtreecommitdiffstats
path: root/host/examples
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2013-12-13 15:06:46 -0800
committerBen Hilburn <ben.hilburn@ettus.com>2013-12-13 15:06:46 -0800
commitd80a5b6bea659607b16cd3ece8d248dd8cd788ee (patch)
treed3f5a27108fd987e60e7bd83098cd2eb8b0c7ec4 /host/examples
parent03a1828944aebea34114634f885fdd46471cd211 (diff)
parent92b0b7ab6b8fcc795612054a07064351aa969e3a (diff)
downloaduhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.tar.gz
uhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.tar.bz2
uhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.zip
Merge branch 'master' into next003_006_002_rc2
Diffstat (limited to 'host/examples')
-rw-r--r--host/examples/network_relay.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/examples/network_relay.cpp b/host/examples/network_relay.cpp
index fc1ebd91d..0a67bbf09 100644
--- a/host/examples/network_relay.cpp
+++ b/host/examples/network_relay.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2012 Ettus Research LLC
+// Copyright 2010-2013 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -18,6 +18,7 @@
#include <uhd/utils/thread_priority.hpp>
#include <uhd/utils/safe_main.hpp>
#include <boost/program_options.hpp>
+#include <boost/thread/condition_variable.hpp>
#include <boost/thread/thread.hpp>
#include <boost/format.hpp>
#include <boost/asio.hpp>