aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/system_time_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/system_time_test.cpp')
-rw-r--r--host/tests/system_time_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/system_time_test.cpp b/host/tests/system_time_test.cpp
index 3f4f8a814..5e39604c8 100644
--- a/host/tests/system_time_test.cpp
+++ b/host/tests/system_time_test.cpp
@@ -4,8 +4,8 @@
// SPDX-License-Identifier: GPL-3.0+
//
-#include "system_time.hpp"
#include <uhd/types/time_spec.hpp>
+#include <uhdlib/utils/system_time.hpp>
#include <boost/test/unit_test.hpp>
#include <chrono>
#include <cstdint>