osmo: minor build tweaks w/ rtl on msvc

This commit is contained in:
Josh Blum 2015-04-14 00:43:43 -07:00 committed by Dimitri Stolnikov
parent 61184a19e7
commit c092f9e2a3
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp>
#include <boost/foreach.hpp>
#include <ciso646>
typedef std::map< std::string, std::string > dict_t;
typedef std::pair< std::string, std::string > pair_t;

View File

@ -16,6 +16,7 @@
//
#include <osmosdr/time_spec.h>
#include <ciso646>
using namespace osmosdr;