From cc4d2d1b1d7423faa7e9fe09ecea6285dad9b924 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:20:51 -0700 Subject: Move after other headers, because Tcl messes with defines. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/xdc.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fpga_interchange/xdc.cc b/fpga_interchange/xdc.cc index 0ae147d..94662d2 100644 --- a/fpga_interchange/xdc.cc +++ b/fpga_interchange/xdc.cc @@ -22,6 +22,8 @@ #include "nextpnr.h" #include "xdc.h" +#include + USING_NEXTPNR_NAMESPACE class XdcTest : public ::testing::Test -- cgit v1.2.3