diff --git a/data_structures/sparse_table.cpp b/data_structures/sparse_table.cpp index ee59d6d90..e1cef3a4a 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -1,6 +1,6 @@ -#include -#include -#include +#include /// for IO operations +#include /// for assert +#include /// for std::array /** * * @file