1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Output reports max number of digits

This commit is contained in:
Guido Cossu
2016-12-09 02:29:12 +00:00
parent 8fb0a13f39
commit 3a74fec62f
3 changed files with 10 additions and 1 deletions

View File

@ -30,6 +30,7 @@ directory
#define GRID_BITWISE_H
#include <cassert>
#include <cfloat>
#include <bitset>
#include <climits>
#include <Config.h>