Fix missing <chrono> include

This commit is contained in:
Pascal Serrarens 2025-05-26 12:37:31 +02:00
parent 54634f0582
commit 72f1472f2e
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <limits> #include <limits>
#include <math.h> #include <math.h>
#include <chrono>
#include "Polar.h" #include "Polar.h"
#include "Spherical.h" #include "Spherical.h"

View File

@ -2,6 +2,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <limits> #include <limits>
#include <math.h> #include <math.h>
#include <chrono>
#include "Spherical.h" #include "Spherical.h"
#include "Vector3.h" #include "Vector3.h"

View File

@ -2,6 +2,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <limits> #include <limits>
#include <math.h> #include <math.h>
#include <chrono>
#include "Spherical.h" #include "Spherical.h"