diff options
Diffstat (limited to 'fpga_interchange/xdc.h')
-rw-r--r-- | fpga_interchange/xdc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpga_interchange/xdc.h b/fpga_interchange/xdc.h index b41c86f8..c6b80870 100644 --- a/fpga_interchange/xdc.h +++ b/fpga_interchange/xdc.h @@ -17,12 +17,13 @@ * */ -#include "nextpnr.h" #include <tcl.h> +#include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN -struct TclInterp { +struct TclInterp +{ TclInterp(Context *ctx); ~TclInterp(); |