From f795cd789150b0043a8b704e50cd0679f32817bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Thu, 9 Oct 2025 09:37:29 +0200 Subject: [PATCH] Fix test include. Took 5 minutes --- tests/test_age_formatting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_age_formatting.cpp b/tests/test_age_formatting.cpp index 4593a7b56..e4fc64cf9 100644 --- a/tests/test_age_formatting.cpp +++ b/tests/test_age_formatting.cpp @@ -1,4 +1,4 @@ -#include "../cockatrice/src/server/user/user_info_box.h" +#include "../cockatrice/src/interface/widgets/server/user/user_info_box.h" #include "gtest/gtest.h"