aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/dsa/SegmentTree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/dsa/SegmentTree.hpp')
-rw-r--r--meowpp/dsa/SegmentTree.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/meowpp/dsa/SegmentTree.hpp b/meowpp/dsa/SegmentTree.hpp
index a2b74e8..bdd43fb 100644
--- a/meowpp/dsa/SegmentTree.hpp
+++ b/meowpp/dsa/SegmentTree.hpp
@@ -1,5 +1,11 @@
-#include "../utility.h"
+#include "SegmentTree.h"
+
+#include "../math/utility.h"
+
+#include <cstdlib>
+
+#include <vector>
#include <algorithm>
namespace meow{