[upstream_utils] Fix gcem min and max compilation (#6689)

This commit is contained in:
Tyler Veness
2024-06-02 15:52:12 -07:00
committed by GitHub
parent 1828fdaaa4
commit a97904ed1f
3 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
#ifndef _gcem_max_HPP
#define _gcem_max_HPP
#include <cmath>
#include <algorithm>
#include <type_traits>
namespace gcem

View File

@@ -21,7 +21,7 @@
#ifndef _gcem_min_HPP
#define _gcem_min_HPP
#include <cmath>
#include <algorithm>
#include <type_traits>
namespace gcem