diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-08-01 04:42:41 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-08-01 04:42:41 +0100 |
commit | 474aa3470abb9a9bbbae137574542a6e5ac190a0 (patch) | |
tree | 66556073c0a26d2404abd274711ecd8cd4aca7f4 /tests/gui | |
parent | 5cc5fa04a470e37c74db2b6e87a0f441d375606f (diff) | |
download | nextpnr-474aa3470abb9a9bbbae137574542a6e5ac190a0.tar.gz nextpnr-474aa3470abb9a9bbbae137574542a6e5ac190a0.tar.bz2 nextpnr-474aa3470abb9a9bbbae137574542a6e5ac190a0.zip |
gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformat
Diffstat (limited to 'tests/gui')
-rw-r--r-- | tests/gui/quadtree.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gui/quadtree.cc b/tests/gui/quadtree.cc index 89f8e4a3..6711e906 100644 --- a/tests/gui/quadtree.cc +++ b/tests/gui/quadtree.cc @@ -19,6 +19,7 @@ #include "gtest/gtest.h" #include "nextpnr.h" + #include "quadtree.h" USING_NEXTPNR_NAMESPACE |