Update main.cpp

This commit is contained in:
Sun Yongfei 2017-10-21 11:27:39 +08:00 committed by GitHub
parent bbf202a438
commit 5d6d904ff7

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;