diff options
author | David Shah <davey1576@gmail.com> | 2018-07-13 12:42:04 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-13 12:42:04 +0200 |
commit | e9668ed618b054d323fe848fce2bf1e78840316e (patch) | |
tree | 4bb31a392f3dd65cfa2d45622a0015e3c10ccc2d | |
parent | 309a533b7c5eab79addfc2b1733d39c1b48d9aae (diff) | |
download | nextpnr-e9668ed618b054d323fe848fce2bf1e78840316e.tar.gz nextpnr-e9668ed618b054d323fe848fce2bf1e78840316e.tar.bz2 nextpnr-e9668ed618b054d323fe848fce2bf1e78840316e.zip |
Fixing hash link problem
Signed-off-by: David Shah <davey1576@gmail.com>
-rw-r--r-- | ecp5/archdefs.h | 2 | ||||
-rw-r--r-- | ice40/archdefs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index c4d25a50..84a431fd 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -22,7 +22,7 @@ #error Include "archdefs.h" via "nextpnr.h" only. #endif -#include <boost/functional/hash_fwd.hpp> +#include <boost/functional/hash.hpp> NEXTPNR_NAMESPACE_BEGIN diff --git a/ice40/archdefs.h b/ice40/archdefs.h index 3252dabf..2bb718f1 100644 --- a/ice40/archdefs.h +++ b/ice40/archdefs.h @@ -21,7 +21,7 @@ #error Include "archdefs.h" via "nextpnr.h" only. #endif -#include <boost/functional/hash_fwd.hpp> +#include <boost/functional/hash.hpp> NEXTPNR_NAMESPACE_BEGIN |