Skip to content

Commit 4c7d5ff

Browse files
authored
Merge pull request #2617 from verilog-to-routing/missing_include_cluster_placement_h
cluster_placement.h is missing #include vpr_types.h
2 parents c40ffe8 + 44b073e commit 4c7d5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/pack/cluster_placement.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#ifndef CLUSTER_PLACEMENT_H
77
#define CLUSTER_PLACEMENT_H
88
#include "arch_types.h"
9+
#include "vpr_types.h"
910

1011
t_cluster_placement_stats* alloc_and_load_cluster_placement_stats();
1112
bool get_next_primitive_list(

0 commit comments

Comments
 (0)