updated main.cpp

added missing using namespace std
This commit is contained in:
Ubuntu 2017-10-17 22:09:08 +00:00
parent 228623a309
commit 008a5b7309
1 changed files with 2 additions and 0 deletions

View File

@ -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);