diff options
Diffstat (limited to 'ice40/pybindings.cc')
-rw-r--r-- | ice40/pybindings.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/pybindings.cc b/ice40/pybindings.cc index dc13f849..3760e319 100644 --- a/ice40/pybindings.cc +++ b/ice40/pybindings.cc @@ -20,6 +20,8 @@ #include "design.h" #include "chip.h" + +// include after design.h/chip.h #include "pybindings.h" void arch_wrap_python() { |