Skip to content

Commit 44b073e

Browse files
committed
missing #include vpr_types.h
1 parent c40ffe8 commit 44b073e

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)