Fixing hash link problem

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah 2018-07-13 12:42:04 +02:00
parent 309a533b7c
commit e9668ed618
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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