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