From 379f5bbe121b224733dc9f8fea2aa0b012536ea2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 05:56:22 +0100 Subject: fix msvc --- editor/draw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/draw.cpp b/editor/draw.cpp index db8f4a28..039492ac 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -12,10 +12,9 @@ #include "src/critter.hpp" #include "src/rotation.inl" #include "src/RTree-search.hpp" - +#include #include #include -#include namespace floormat { -- cgit v1.2.3