mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
timeest: Fill missing header
This commit is contained in:
parent
386b33d192
commit
4323d56b9e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
#include "kernel/mem.h"
|
#include "kernel/mem.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
USING_YOSYS_NAMESPACE
|
USING_YOSYS_NAMESPACE
|
||||||
template<> struct hash_ops<AigNode *> : hash_ptr_ops {};
|
template<> struct hash_ops<AigNode *> : hash_ptr_ops {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue