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 /ice40 | |
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>
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/archdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |