Skip to content

Commit

Permalink
fix missing include of <cstdint.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Apr 22, 2024
1 parent 2bb3f9a commit 67d55f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Number_types/include/CGAL/Mpzf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <vector>
#include <math.h>
#include <cmath>
#include <cstdint>
#include <iostream>
#include <stdexcept>
#ifdef CGAL_USE_GMPXX
Expand Down

0 comments on commit 67d55f8

Please sign in to comment.