We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbd9ab commit 227e9d2Copy full SHA for 227e9d2
data_structures/sparse_table.cpp
@@ -24,7 +24,7 @@
24
25
#include <array> /// for std::array
26
#include <cassert> /// for assert
27
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
28
#include <iostream> /// for IO operations
29
30
/**
0 commit comments