Skip to content

Commit

Permalink
add a missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Apr 24, 2024
1 parent f305159 commit a3be6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Number_types/include/CGAL/known_bit_size_integers.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
#define CGAL_KNOWN_BIT_SIZE_INTEGERS_H

#define CGAL_DEPRECATED_HEADER "<CGAL/known_bit_size_integers.h>"
#define CGAL_REPLACEMENT_HEADER "<boost/cstdint.hpp>"
#define CGAL_REPLACEMENT_HEADER "<cstdint>"
#include <CGAL/Installation/internal/deprecation_warning.h>

#include <CGAL/number_type_basic.h>
#include <boost/cstdint.hpp>
#include <cstdint>

#ifndef CGAL_NO_DEPRECATED_CODE

Expand Down

0 comments on commit a3be6a0

Please sign in to comment.