a913751f89
- Stage Support - Fix build on current
10 lines
226 B
C++
10 lines
226 B
C++
--- track.cc.orig 2013-10-03 17:16:32.000000000 -0300
|
|
+++ track.cc 2013-10-03 17:16:46.000000000 -0300
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <algorithm>
|
|
#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include <vector>
|
|
|
|
#include "common.h"
|