diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-08-04 10:32:07 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-08-04 10:32:07 +0200 |
commit | 96291f17aac62f9b58370c67e4eeff71adc848c1 (patch) | |
tree | a957f13f0dacfa4ac0066f2f872ed4d06dba7e61 /ecp5/config.h | |
parent | 8d372b86f3aed86c7a8ef7869e92335bd965c2ae (diff) | |
parent | f5a1b93f0e9348437ece7fb7d46ac69af98536d0 (diff) | |
download | nextpnr-96291f17aac62f9b58370c67e4eeff71adc848c1.tar.gz nextpnr-96291f17aac62f9b58370c67e4eeff71adc848c1.tar.bz2 nextpnr-96291f17aac62f9b58370c67e4eeff71adc848c1.zip |
Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm
Diffstat (limited to 'ecp5/config.h')
-rw-r--r-- | ecp5/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/config.h b/ecp5/config.h index 038ddbf0..3d2ef971 100644 --- a/ecp5/config.h +++ b/ecp5/config.h @@ -20,8 +20,8 @@ #ifndef ECP5_CONFIG_H #define ECP5_CONFIG_H -#include "nextpnr.h" #include <map> +#include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN |