1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-18 16:15:21 +00:00

Fix for Boost < 1.60

This commit is contained in:
Carles Fernandez
2020-05-18 19:55:44 +02:00
parent b408a2ef29
commit 832c2558c6
45 changed files with 45 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
#if HAS_GENERIC_LAMBDA
#else
#include <boost/bind.hpp>
#include <boost/bind/placeholders.hpp>
#endif
#if HAS_STD_FILESYSTEM