Added missing <type_traits> include
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, macos-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2026-07-25 14:59:56 -07:00
parent 7e38a43301
commit 516e143901
12 changed files with 16 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
#pragma once
#include <functional> // for hash<>
#include <type_traits>
#include "vector2.h"
#include "vector3.h"

View File

@@ -32,6 +32,7 @@
#pragma once
#include "vector3.h"
#include <type_traits>
class KRNode;

View File

@@ -28,10 +28,10 @@
// authors and should not be interpreted as representing official policies, either expressed
// or implied, of Kearwood Gilbert.
//
#pragma once
#include "vector2.h"
#pragma once
#include <type_traits>
namespace hydra {

View File

@@ -29,10 +29,11 @@
// or implied, of Kearwood Gilbert.
//
#pragma once
#include "vector2.h"
#include "vector3.h"
#pragma once
#include <type_traits>
namespace hydra {

View File

@@ -29,11 +29,11 @@
// or implied, of Kearwood Gilbert.
//
#pragma once
#include "vector3.h"
#include "vector4.h"
#pragma once
#include <type_traits>
namespace hydra {

View File

@@ -32,6 +32,7 @@
#pragma once
#include "vector3.h"
#include <type_traits>
namespace hydra {

View File

@@ -32,6 +32,7 @@
#pragma once
#include "vector3.h"
#include <type_traits>
namespace hydra {

View File

@@ -34,6 +34,7 @@
#include <functional> // for hash<>
#include <limits> // for std::numeric_limits<>
#include <math.h> // for sqrtf
#include <type_traits>
namespace hydra {

View File

@@ -34,6 +34,7 @@
#include <functional> // for hash<>
#include <limits> // for std::numeric_limits<>
#include <math.h> // for sqrtf
#include <type_traits>
namespace hydra {

View File

@@ -32,6 +32,7 @@
#pragma once
#include <functional> // for hash<>
#include <type_traits>
#include "vector2.h"
#include "vector4.h"

View File

@@ -32,6 +32,7 @@
#pragma once
#include <functional> // for hash<>
#include <type_traits>
#include "vector2i.h"

View File

@@ -32,6 +32,7 @@
#pragma once
#include <functional> // for hash<>
#include <type_traits>
namespace hydra {