From ce4fc68fe23f843f4d5cce13cb8c712067b01326 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Tue, 7 Jul 2026 13:12:16 +0300 Subject: [PATCH] Web build fix --- source/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application.cpp b/source/application.cpp index 9ed9145..bb6cc57 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -1872,7 +1872,7 @@ namespace gmtk map_.world->apply([&](vertex const & v, transformer & t) { - boost::container::flat_multimap has_inputs; + std::multimap has_inputs; auto c = v.location.down(); auto ce = map_.world->index().get(c);