From 1da9ef1d12586cc1fa393c7207a3415a37d1ee8d Mon Sep 17 00:00:00 2001 From: Michael Dickens Date: Thu, 13 Dec 2018 11:26:16 -0500 Subject: time_spec: include for int64_t + needed on some older OS / compilers; + won't hurt newer ones that already include this header. --- host/include/uhd/types/time_spec.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') diff --git a/host/include/uhd/types/time_spec.hpp b/host/include/uhd/types/time_spec.hpp index 8c0a2568d..c8d5443a0 100644 --- a/host/include/uhd/types/time_spec.hpp +++ b/host/include/uhd/types/time_spec.hpp @@ -10,6 +10,7 @@ #include #include +#include namespace uhd{ -- cgit v1.2.3