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
1 changed files with 1 additions and 1 deletions

View File

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