1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

Allow std::make_unique in C++11

This commit is contained in:
Carles Fernandez 2022-08-10 23:27:40 +02:00
parent f79332bb7d
commit d8de6bf20b
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -31,6 +31,7 @@
*/
#include "rtklib_stream.h"
#include "gnss_sdr_make_unique.h" // for std::make:unique in C++11
#include "gnss_sdr_string_literals.h" // for std::string_literals
#include "rtklib_rtkcmn.h"
#include "rtklib_solution.h"