From 0b205ecd42fe3f5a67e9da0e86ae98461639b4ca Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Sat, 12 Jun 2021 03:26:25 +0400
Subject: [PATCH] Added a missing include.

---
 source/simple/motion/movement.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/simple/motion/movement.hpp b/source/simple/motion/movement.hpp
index 1f55999..1c89b9c 100644
--- a/source/simple/motion/movement.hpp
+++ b/source/simple/motion/movement.hpp
@@ -2,6 +2,7 @@
 #define SIMPLE_MOTION_MOVEMENT_HPP
 #include "simple/support/algorithm.hpp"
 #include "common.hpp"
+#include <cassert>
 
 namespace simple::motion
 {
-- 
GitLab