Fix missing array include.

This commit is contained in:
Wilson Snyder 2020-11-16 07:31:12 -05:00
parent efc6fb7fc3
commit 26c0e6ba00
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
// Limited V3 headers here - this is a base class for Vlc etc
#include "V3String.h"
#include <array>
#include <bitset>
#include <cassert>
#include <deque>

View File

@ -20,6 +20,8 @@
#include "config_build.h"
#include "verilatedos.h"
#include <array>
// Limited V3 headers here - this is a base class for Vlc etc
#include "V3Error.h"