Skip to content

Commit 227e9d2

Browse files
Update data_structures/sparse_table.cpp
1 parent bbbd9ab commit 227e9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/sparse_table.cpp

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

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

3030
/**

0 commit comments

Comments
 (0)