aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-03-16 07:43:56 +0100
committermyrtle <gatecat@ds0.me>2023-03-16 13:37:23 +0100
commit11a90aff838ced1cea5c78cea8ed0c6ddcfd6cbd (patch)
treea82989b24766f9da8cc9e1466bfb1068e0674183 /gui
parentf008d7c4d802b3806f0a1fb2dab32e73ef7ff0ed (diff)
downloadnextpnr-11a90aff838ced1cea5c78cea8ed0c6ddcfd6cbd.tar.gz
nextpnr-11a90aff838ced1cea5c78cea8ed0c6ddcfd6cbd.tar.bz2
nextpnr-11a90aff838ced1cea5c78cea8ed0c6ddcfd6cbd.zip
Fix out of tree builds and place h in generated
Diffstat (limited to 'gui')
-rw-r--r--gui/machxo2/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/machxo2/mainwindow.cc b/gui/machxo2/mainwindow.cc
index 851caacf..4a7ffeaf 100644
--- a/gui/machxo2/mainwindow.cc
+++ b/gui/machxo2/mainwindow.cc
@@ -22,7 +22,7 @@
#include "bitstream.h"
#include "log.h"
#include "embed.h"
-#include "chipdb/available.h"
+#include "machxo2_available.h"
#include <QFileDialog>
#include <QInputDialog>