From f95e3ab66f0ef689a8013cba33a547782284c7d5 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Fri, 8 Nov 2024 17:38:10 +0100 Subject: [PATCH] Add #include for newer compilers --- src/jngl/shapes.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jngl/shapes.hpp b/src/jngl/shapes.hpp index 3c18d0117..d4e08e495 100644 --- a/src/jngl/shapes.hpp +++ b/src/jngl/shapes.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 Jan Niklas Hasse +// Copyright 2012-2024 Jan Niklas Hasse // For conditions of distribution and use, see copyright notice in LICENSE.txt /// Functions for drawing shapes /// @file @@ -7,6 +7,8 @@ #include "Color.hpp" #include "Vec2.hpp" +#include + namespace jngl { /// Sets the color which should be used to draw primitives