1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 17:29:36 +00:00

Add missing include.

This commit is contained in:
Thomas Harte 2021-06-22 21:31:46 -04:00
parent 8319aca351
commit 0afa143375

View File

@ -10,6 +10,7 @@
#define Sizes_h
#include <limits>
#include <type_traits>
/*!
Maps to the smallest integral type that can contain max_value, from the following options: