mirror of https://github.com/CGAL/cgal
fix missing include of <cstdint.h>
This commit is contained in:
parent
2bb3f9a0d3
commit
67d55f8afe
|
|
@ -23,6 +23,7 @@
|
|||
#include <vector>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#ifdef CGAL_USE_GMPXX
|
||||
|
|
|
|||
Loading…
Reference in New Issue