mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 05:57:07 -04:00
updated main.cpp
added missing using namespace std
This commit is contained in:
parent
228623a309
commit
008a5b7309
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include <time.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct timespec timer_get(){
|
||||
struct timespec start_time;
|
||||
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start_time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue