fix include of <cstdint>

This commit is contained in:
Laurent Rineau 2024-04-26 14:09:41 +02:00
parent ee07b44d67
commit f53e169baf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include <iostream>
#include <boost/cstdint.hpp>
#include <cstdint>
#include <CGAL/assertions.h>
int main()