mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-10-31 15:16:22 +00:00
Add missing include
Fix compilation against glog-0.7.0
This commit is contained in:
parent
eb23504d0b
commit
f446bf3238
@ -31,6 +31,7 @@
|
||||
#include <fstream> // for string, ofstream
|
||||
#include <iostream> // for cout
|
||||
#include <sys/mman.h> // for mmap
|
||||
#include <unistd.h> // for close
|
||||
#include <utility> // for move
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <fcntl.h> // for open, O_RDWR, O_SYNC
|
||||
#include <iostream> // for cout
|
||||
#include <sys/mman.h> // for mmap
|
||||
#include <unistd.h> // for close
|
||||
|
||||
Fpga_dynamic_bit_selection::Fpga_dynamic_bit_selection(bool enable_rx1_band, bool enable_rx2_band)
|
||||
: d_map_base_freq_band_1(nullptr),
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <fcntl.h> // for open, O_RDWR, O_SYNC
|
||||
#include <iostream> // for cout
|
||||
#include <sys/mman.h> // for mmap
|
||||
#include <unistd.h> // for close
|
||||
|
||||
Fpga_Switch::Fpga_Switch(const std::string &device_name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user