1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 09:54:51 +00:00

Replace time.h by ctime include

This commit is contained in:
Carles Fernandez 2018-11-20 21:57:59 +01:00
parent 05b6c03344
commit f8f235f7dd
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -44,7 +44,7 @@
#include <gnuradio/message.h>
#include <gnuradio/msg_queue.h>
#include <armadillo>
#include <time.h>
#include <ctime>
class TcpCmdInterface
{