From a81133c6c01de9b140ce58da15565624e4385264 Mon Sep 17 00:00:00 2001 From: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:59:22 +0100 Subject: [PATCH] Update timer_test.cpp --- test/utils/timer_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/utils/timer_test.cpp b/test/utils/timer_test.cpp index 613bf739..96e9b142 100644 --- a/test/utils/timer_test.cpp +++ b/test/utils/timer_test.cpp @@ -1,7 +1,8 @@ // The test library must be included first! -#include "timer.cpp" #include "../test_lib.h" +#include "timer.cpp" + /* Helper functions */ /* Test functions */