diff --git a/data_structures/sparse_table.cpp b/data_structures/sparse_table.cpp index 0e452d191..1a72729b3 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -20,6 +20,10 @@ * function. This implementation can be changed to other functions like * `gcd()`, `lcm()`, and `max()` by changing a few lines of code. */ + +#include /// for std::array +#include /// for assert +#include /// for IO operations /** * @namespace data_structures