mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Update framework.h
Add missing using namespace std;
This commit is contained in:
parent
0327c5ec3a
commit
aa859aae6b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class SimElement{
|
||||
public:
|
||||
virtual ~SimElement(){}
|
||||
|
|
Loading…
Reference in a new issue