Include <vector> in mveplay.cpp for std::vector

Reported by btb: https://github.com/dxx-rebirth/dxx-rebirth/pull/12
Fixed by btb: f502740fdd
This commit is contained in:
Kp 2014-11-30 17:01:39 +00:00
parent d149b9b9e8
commit 91a2eb8491

View file

@ -6,6 +6,7 @@
*/
//#define DEBUG
#include <vector>
#include <string.h>
#include <time.h>
#include <sys/time.h>