diff options
author | Josh Blum <josh@joshknows.com> | 2013-04-24 14:19:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-04-24 14:19:02 -0700 |
commit | 0f0ad387e874b704044f31c7d059ce977fffc4c5 (patch) | |
tree | 780d2a667bc54fe6d39e626ac450c988c50ea3cd /host/tests | |
parent | f1108bd25a369a83ef8227c7564e812d4e27f369 (diff) | |
download | uhd-0f0ad387e874b704044f31c7d059ce977fffc4c5.tar.gz uhd-0f0ad387e874b704044f31c7d059ce977fffc4c5.tar.bz2 uhd-0f0ad387e874b704044f31c7d059ce977fffc4c5.zip |
uhd: added missing include iomanip
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/time_spec_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/time_spec_test.cpp b/host/tests/time_spec_test.cpp index 7dee95c5c..37a039cc5 100644 --- a/host/tests/time_spec_test.cpp +++ b/host/tests/time_spec_test.cpp @@ -20,6 +20,7 @@ #include <boost/foreach.hpp> #include <boost/thread.hpp> //sleep #include <iostream> +#include <iomanip> BOOST_AUTO_TEST_CASE(test_time_spec_compare){ std::cout << "Testing time specification compare..." << std::endl; |