mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 13:07:46 -04:00
[examples] Add fstream header
The fstream header is needed for `ofstream()` in ibex_simple_system.
This commit is contained in:
parent
82e0faf50b
commit
43268b7604
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "ibex_pcounts.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue