From ef11482a95f1c951f11cc9323984099453e8ecb4 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 18 Feb 2020 11:36:16 -0700 Subject: [PATCH] fix dependency error in pack_types header file --- vpr/src/pack/pack_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vpr/src/pack/pack_types.h b/vpr/src/pack/pack_types.h index 794173217..e9b40462f 100644 --- a/vpr/src/pack/pack_types.h +++ b/vpr/src/pack/pack_types.h @@ -11,6 +11,7 @@ #include #include "arch_types.h" +#include "vpr_types.h" #include "atom_netlist_fwd.h" #include "lb_rr_graph_types.h"