From 1c23618dfe71189b10264ba3ae8568a8d50fb6f9 Mon Sep 17 00:00:00 2001 From: Mann Patel <46739555+manncodes@users.noreply.github.com> Date: Sun, 6 Jun 2021 08:37:35 +0530 Subject: [PATCH] minor changes in file info suggested changes Co-authored-by: David Leal --- data_structures/sparse_table.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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