mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Add missing import in Briey testbench
This commit is contained in:
parent
8da413dec3
commit
8dcf5cf68a
1 changed files with 1 additions and 2 deletions
|
@ -14,10 +14,9 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
|
||||
#include <iomanip>
|
||||
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue