From b56aebff472f5c33b37819ebf72003ec47130f74 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 22 May 2022 13:51:15 +0100 Subject: [PATCH] tests: Include u_time.h in history_buf --- tests/tests_history_buf.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/tests_history_buf.cpp b/tests/tests_history_buf.cpp index 7db260017..e94811e6b 100644 --- a/tests/tests_history_buf.cpp +++ b/tests/tests_history_buf.cpp @@ -6,9 +6,12 @@ * @author Ryan Pavlik */ -#include #include +#include #include +#include + + using xrt::auxiliary::util::HistoryBuffer; template