From dbb6d49a5632a26885e6e388128d68fe1932a4ea Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 7 Nov 2022 07:01:32 +0100 Subject: add missing includes --- src/anim-atlas.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 1aadab21..a4344946 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -1,5 +1,7 @@ #include "anim-atlas.hpp" +#include "compat/assert.hpp" #include +#include #include namespace floormat { -- cgit v1.2.3