Merge pull request #32 from heart4lor/patch-1

Update main.cpp
This commit is contained in:
wangyu- 2017-10-20 22:42:14 -05:00 committed by GitHub
commit 43c6afbd16

View File

@ -8,7 +8,7 @@
#include "delay_manager.h"
#include "fec_manager.h"
using namespace std;
using namespace std;
typedef unsigned long long u64_t; //this works on most platform,avoid using the PRId64
typedef long long i64_t;