From 2cd5bacca006fa8f957f1a230811b65a70655860 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 19 Mar 2021 17:35:29 -0700 Subject: Refactor header structures in FPGA interchange Arch. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/xdc.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'fpga_interchange/xdc.cc') diff --git a/fpga_interchange/xdc.cc b/fpga_interchange/xdc.cc index 584a1777..6e22ce8b 100644 --- a/fpga_interchange/xdc.cc +++ b/fpga_interchange/xdc.cc @@ -19,9 +19,15 @@ */ #include "xdc.h" + #include + +#include "context.h" #include "log.h" -#include "nextpnr.h" + +// Include tcl.h late because it messed with #define's and lets them leave the +// scope of the header. +#include NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3