Skip to content

Commit 0d18442

Browse files
fix: add <cstdint> to sparse_table.cpp
1 parent b8e5592 commit 0d18442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/sparse_table.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include <array> /// for std::array
2626
#include <cassert> /// for assert
27+
#include <cstdint> /// for integral typedefs
2728
#include <iostream> /// for IO operations
2829

2930
/**

0 commit comments

Comments
 (0)