Skip to content

Commit

Permalink
Fixes for gcc-15 build
Browse files Browse the repository at this point in the history
  • Loading branch information
heshpdx committed Aug 10, 2024
1 parent 49de5fb commit 2d63043
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/librrgraph/src/base/rr_graph_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#include "vtr_memory.h"
#include "vtr_strong_id_range.h"
#include "vtr_array_view.h"
#include<iostream>
#include <iostream>
#include <optional>
#include <cstdint>

/* Main structure describing one routing resource node. Everything in *
* this structure should describe the graph -- information needed only *
Expand Down
1 change: 1 addition & 0 deletions libs/librrgraph/src/base/rr_node_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <vector>
#include <array>
#include <map>
#include <cstdint>
#include "vtr_range.h"
#include "vtr_ndmatrix.h"

Expand Down
1 change: 1 addition & 0 deletions libs/libvtrutil/src/vtr_string_interning.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#include <unordered_map>
#include <stdexcept>
#include <climits>
#include <cstdint>
#include <algorithm>
#include <array>

Expand Down

0 comments on commit 2d63043

Please sign in to comment.