add head file to fix two build warnings (#2195)

* add head file to fix two build warnings

Signed-off-by: zxf <zhuxiaofeng07936@hellobike.com>

* fstream.h => fstream

Signed-off-by: zxf <zhuxiaofeng07936@hellobike.com>

Co-authored-by: zxf <zhuxiaofeng07936@hellobike.com>
This commit is contained in:
zxf2017 2020-04-30 14:10:44 +08:00 committed by GitHub
parent be2feb1531
commit 14b3e95960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
#endif
#endif
#include <fstream>
#include <queue>
#include <vector>