mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Merge pull request #881 from Cacodemon345/patch-1
Fix compilation on GCC 10
This commit is contained in:
commit
14c5e038e2
@ -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