From 1a4c6ec33dcd2f7f1e65eeab11bc2bb9ed8a0b72 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Wed, 24 Apr 2019 02:07:06 +0100 Subject: [PATCH] Fixed compilation --- rect3i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rect3i.h b/rect3i.h index ff998e0..8ca7da6 100644 --- a/rect3i.h +++ b/rect3i.h @@ -2,7 +2,7 @@ #define RECT3I_H #include "vector3i.h" -//#include +#include class Rect3i {