fix missing include of <cstdint.h>

This commit is contained in:
Laurent Rineau 2024-04-22 14:24:54 +02:00
parent 2bb3f9a0d3
commit 67d55f8afe
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <vector> #include <vector>
#include <math.h> #include <math.h>
#include <cmath> #include <cmath>
#include <cstdint>
#include <iostream> #include <iostream>
#include <stdexcept> #include <stdexcept>
#ifdef CGAL_USE_GMPXX #ifdef CGAL_USE_GMPXX