forked from github/verilator
Fix missing array include.
This commit is contained in:
parent
efc6fb7fc3
commit
26c0e6ba00
@ -23,6 +23,7 @@
|
|||||||
// Limited V3 headers here - this is a base class for Vlc etc
|
// Limited V3 headers here - this is a base class for Vlc etc
|
||||||
#include "V3String.h"
|
#include "V3String.h"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#include "config_build.h"
|
#include "config_build.h"
|
||||||
#include "verilatedos.h"
|
#include "verilatedos.h"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
|
||||||
// Limited V3 headers here - this is a base class for Vlc etc
|
// Limited V3 headers here - this is a base class for Vlc etc
|
||||||
#include "V3Error.h"
|
#include "V3Error.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user