1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-09 03:33:05 +00:00

Replace <boost/bind.hpp> by <boost/bind/bind.hpp>

This commit is contained in:
Carles Fernandez
2020-06-06 23:41:38 +02:00
parent e712465742
commit 4913756a05
43 changed files with 43 additions and 43 deletions

View File

@@ -26,7 +26,7 @@
#include <utility>
#if HAS_GENERIC_LAMBDA
#else
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#endif
const int FIFO_SIZE = 1472000;