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 b8e5592 commit 0d18442Copy full SHA for 0d18442
data_structures/sparse_table.cpp
@@ -24,6 +24,7 @@
24
25
#include <array> /// for std::array
26
#include <cassert> /// for assert
27
+#include <cstdint> /// for integral typedefs
28
#include <iostream> /// for IO operations
29
30
/**
0 commit comments