From 68c75b041db61cde0f822ffe48d54106bfb9d222 Mon Sep 17 00:00:00 2001 From: Dmitrii Kotov <87141565+boruno@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:06:54 +0200 Subject: [PATCH] SFML issue (EDC-840) fix. (#23) --- include/testing.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testing.hpp b/include/testing.hpp index 1280960..221e035 100644 --- a/include/testing.hpp +++ b/include/testing.hpp @@ -8,7 +8,7 @@ #include -#include "scene.hpp" +#include "point.hpp" inline void initGen() { // fix seed to generate test data deterministically