aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 8db95e73..8ae9ccf0 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -24,6 +24,7 @@
#include <boost/program_options.hpp>
#include <fstream>
#include <iostream>
+#include "application.h"
#include "bitstream.h"
#include "design_utils.h"
#include "jsonparse.h"
@@ -329,7 +330,7 @@ int main(int argc, char *argv[])
}
if (vm.count("gui")) {
- QApplication a(argc, argv);
+ Application a(argc, argv);
MainWindow w(&ctx);
w.show();