Skip to content

Commit caf7261

Browse files
authored
Merge pull request #8 from litghost/fixup_tcl_header
Move <tcl.h> after other headers, because Tcl messes with defines.
2 parents a751e0d + cc4d2d1 commit caf7261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fpga_interchange/xdc.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include "nextpnr.h"
2323
#include "xdc.h"
2424

25+
#include <tcl.h>
26+
2527
USING_NEXTPNR_NAMESPACE
2628

2729
class XdcTest : public ::testing::Test

0 commit comments

Comments
 (0)