From 7c5046cf4eadc865ed7836afd48238604d9134aa Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 1 Sep 2022 09:23:05 -0700 Subject: [PATCH] [engine] include the correct header file --- openfpga/src/annotation/rr_gsb_writer_option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga/src/annotation/rr_gsb_writer_option.h b/openfpga/src/annotation/rr_gsb_writer_option.h index ae3b88bdf..239f0432a 100644 --- a/openfpga/src/annotation/rr_gsb_writer_option.h +++ b/openfpga/src/annotation/rr_gsb_writer_option.h @@ -6,7 +6,7 @@ *******************************************************************/ #include #include -#include "rr_graph_types.h" +#include "rr_node_types.h" /* Begin namespace openfpga */ namespace openfpga {