[examples] Add fstream header

The fstream header is needed for `ofstream()` in ibex_simple_system.
This commit is contained in:
Tobias Wölfel 2019-12-02 13:09:01 +01:00 committed by Tobias Woelfel
parent 82e0faf50b
commit 43268b7604

View file

@ -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"