forked from github/verilator
Fix missing include for gcc6.4
This commit is contained in:
parent
aed3307214
commit
3dccd89c18
@ -89,6 +89,8 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
||||
#include "V3Global.h"
|
||||
#include "V3Split.h"
|
||||
|
Loading…
Reference in New Issue
Block a user