Update to add climits for ULLONG_MAX (#11958) (#12709)

Avoid GCC compiling issue ‘ULLONG_MAX’ was not declared in this scope

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
Zhen Zhao (Fiona)
2022-08-23 16:52:30 +08:00
committed by GitHub
parent a6bfc0cf0e
commit 0000550371

View File

@@ -7,6 +7,7 @@
#include<cstdlib>
#include<algorithm>
#include<cstring>
#include<climits>
#include<iomanip>
#include<stdint.h>
#include<stdexcept>