mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 17:06:05 +08:00
Reverted <climits> to <limits.h>
This commit is contained in:
parent
eae01129b4
commit
ecc8b7eb8b
@ -31,7 +31,7 @@ SOFTWARE.
|
||||
#ifndef __ETL_INTEGRAL_LIMITS__
|
||||
#define __ETL_INTEGRAL_LIMITS__
|
||||
|
||||
#include <climits>
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "type_traits.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user