mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Fix compilation on GCC 10
This commit is contained in:
parent
8a1c6978de
commit
82717b39bb
@ -9,6 +9,8 @@
|
||||
#ifndef Sizes_h
|
||||
#define Sizes_h
|
||||
|
||||
#include <limits>
|
||||
|
||||
/*!
|
||||
Maps to the smallest of the following integers that can contain max_value:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user