Skip to content

Commit

Permalink
Merge pull request #334 from clEsperanto/fix-missing-includes
Browse files Browse the repository at this point in the history
add <cstdint>
  • Loading branch information
StRigaud committed Aug 23, 2024
2 parents a0d03a2 + 7e2dc74 commit 774d453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clic/include/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <algorithm>
#include <cmath>
#include <cstdint>
#include <fstream>
#include <limits>
#include <type_traits>
Expand Down

0 comments on commit 774d453

Please sign in to comment.