From 53e232144f0d05c3efbb054f81af0590d393bac6 Mon Sep 17 00:00:00 2001 From: Deve Date: Thu, 11 Oct 2018 21:48:28 +0200 Subject: [PATCH] Add missing header --- src/items/rubber_band.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/items/rubber_band.hpp b/src/items/rubber_band.hpp index 025c8d416..6ffbac7f6 100644 --- a/src/items/rubber_band.hpp +++ b/src/items/rubber_band.hpp @@ -22,6 +22,7 @@ #include "utils/no_copy.hpp" #include "utils/vec3.hpp" +#include #include namespace SP