aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/dsa/BinaryIndexTree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/dsa/BinaryIndexTree.hpp')
-rw-r--r--meowpp/dsa/BinaryIndexTree.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/meowpp/dsa/BinaryIndexTree.hpp b/meowpp/dsa/BinaryIndexTree.hpp
index e7e146a..f84a931 100644
--- a/meowpp/dsa/BinaryIndexTree.hpp
+++ b/meowpp/dsa/BinaryIndexTree.hpp
@@ -1,3 +1,10 @@
+#include "BinaryIndexTree.h"
+
+#include <cstdlib>
+
+#include <vector>
+#include <algorithm>
+
namespace meow{
template<class Value>