Skip to content

Commit b74af4d

Browse files
committed
added headers back
1 parent 28b3628 commit b74af4d

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

include/osp/graph_algorithms/directed_graph_edge_desc_util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
#include <unordered_set>
2323
#include <vector>
2424

25-
#include "osp/concepts/directed_graph_concept.hpp"
25+
#include "osp/concepts/directed_graph_edge_desc_concept.hpp"
2626

2727
namespace osp {
2828

include/osp/graph_algorithms/directed_graph_util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818

1919
#pragma once
2020

21+
#include <limits>
2122
#include <queue>
2223
#include <unordered_set>
2324
#include <vector>

include/osp/graph_implementations/adj_list_impl/compact_sparse_graph.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#pragma once
1919

2020
#include <algorithm>
21+
#include <cassert>
2122
#include <iterator>
2223
#include <limits>
2324
#include <numeric>

0 commit comments

Comments
 (0)