Skip to content

Commit

Permalink
Add #include <cstdint> for newer compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 8, 2024
1 parent b3e8406 commit f95e3ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jngl/shapes.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2012-2020 Jan Niklas Hasse <[email protected]>
// Copyright 2012-2024 Jan Niklas Hasse <[email protected]>
// For conditions of distribution and use, see copyright notice in LICENSE.txt
/// Functions for drawing shapes
/// @file
Expand All @@ -7,6 +7,8 @@
#include "Color.hpp"
#include "Vec2.hpp"

#include <cstdint>

namespace jngl {

/// Sets the color which should be used to draw primitives
Expand Down

0 comments on commit f95e3ab

Please sign in to comment.