Skip to content

Commit

Permalink
Merge pull request #868 from timoore/type-traits
Browse files Browse the repository at this point in the history
include type_traits for std::is_floating_point_v
  • Loading branch information
robertosfield authored Jul 6, 2023
2 parents b3c2939 + ec8f5ac commit 85e1c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vsg/maths/vec2.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include <vsg/core/type_name.h>

#include <cmath>
#include <type_traits>

namespace vsg
{
Expand Down

0 comments on commit 85e1c1b

Please sign in to comment.