mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[upstream_utils] Fix gcem min and max compilation (#6689)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef _gcem_max_HPP
|
||||
#define _gcem_max_HPP
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include <type_traits>
|
||||
|
||||
namespace gcem
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef _gcem_min_HPP
|
||||
#define _gcem_min_HPP
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include <type_traits>
|
||||
|
||||
namespace gcem
|
||||
|
||||
Reference in New Issue
Block a user