diff options
author | Serge Bazanski <q3k@q3k.org> | 2018-06-22 16:17:21 +0000 |
---|---|---|
committer | Serge Bazanski <q3k@q3k.org> | 2018-06-22 16:17:21 +0000 |
commit | 5dfe1969af330b61abdc77284ddc9cd60562c9a3 (patch) | |
tree | e8b949cc666c6ac5c36f9e0b5e789c748517bc88 /ice40/main.cc | |
parent | 7c169c48d015d78482a6a0496c7f5bb8c3d63536 (diff) | |
parent | 15a7a76415cfb2e9fcbb534b324f829475036bb6 (diff) | |
download | nextpnr-5dfe1969af330b61abdc77284ddc9cd60562c9a3.tar.gz nextpnr-5dfe1969af330b61abdc77284ddc9cd60562c9a3.tar.bz2 nextpnr-5dfe1969af330b61abdc77284ddc9cd60562c9a3.zip |
Merge branch 'q3k/gl' into 'master'
Modern OpenGL renderer
See merge request SymbioticEDA/nextpnr!1
Diffstat (limited to 'ice40/main.cc')
-rw-r--r-- | ice40/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 8ae9ccf0..ae8c7705 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -20,6 +20,7 @@ #ifdef MAIN_EXECUTABLE #include <QApplication> +#include <QSurfaceFormat> #include <boost/filesystem/convenience.hpp> #include <boost/program_options.hpp> #include <fstream> |