mirror of https://github.com/YosysHQ/nextpnr.git
Merge pull request #1103 from rodgert/master
Include <cstdint> in common/kernel/hashlib.h
This commit is contained in:
commit
03b6fb3ddb
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue