Skip to content

Commit

Permalink
fix the includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElashri committed Sep 7, 2023
1 parent 18d8d53 commit 37eaed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jagged.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#include <typeinfo>
#include <numeric>
#include <iterator>

#include <optional>
#include <cmath>
/*
Avaiable Methods:
- get(int outerIndex, int innerIndex): Retrieve the element at specified indices.
Expand Down

0 comments on commit 37eaed2

Please sign in to comment.