From 2c2d668927f79b78ca0f0baa7120bf94f422971b Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sat, 30 Jan 2021 19:50:01 -0800 Subject: [PATCH] missing include --- include/blah/math/color.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/blah/math/color.h b/include/blah/math/color.h index b6bee8f..3d057d3 100644 --- a/include/blah/math/color.h +++ b/include/blah/math/color.h @@ -1,5 +1,6 @@ #pragma once #include +#include namespace Blah {