forked from sdr/gr-osmosdr
osmo: minor build tweaks w/ rtl on msvc
parent
61184a19e7
commit
c092f9e2a3
|
@ -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;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
//
|
||||
|
||||
#include <osmosdr/time_spec.h>
|
||||
#include <ciso646>
|
||||
|
||||
using namespace osmosdr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue