diff options
Diffstat (limited to 'ice40/main.cc')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 3cd97f48..eb92d92f 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -25,6 +25,7 @@ #include <fstream> #include <iostream> #include "bitstream.h" +#include "design_utils.h" #include "jsonparse.h" #include "log.h" #include "mainwindow.h" @@ -35,7 +36,6 @@ #include "pybindings.h" #include "route.h" #include "version.h" -#include "design_utils.h" void svg_dump_el(const GraphicElement &el) { |