Skip to content

Commit

Permalink
Include cstdint (#37)
Browse files Browse the repository at this point in the history
This makes uint64_t and similar uint*_t types available.
  • Loading branch information
Gijom committed Jun 6, 2023
1 parent 08eadf3 commit 6565cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <vector>
#include <map>
#include <set>
#include <cstdint>

/*! \class Xdf
*
Expand Down

0 comments on commit 6565cf9

Please sign in to comment.