diff options
Diffstat (limited to 'fpga_interchange/xdc.cc')
-rw-r--r-- | fpga_interchange/xdc.cc | 8 |
1 files changed, 7 insertions, 1 deletions
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 <string> + +#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 <tcl.h> NEXTPNR_NAMESPACE_BEGIN |