Fri, 27 May 2011 21:13:44 +0200
Import new package spec for introduction into repository.
michael@16 | 1 | Index: src/brutalplayer.cpp |
michael@16 | 2 | --- src/brutalplayer.cpp.orig 2011-05-27 00:21:49.090535015 +0200 |
michael@16 | 3 | +++ src/brutalplayer.cpp 2011-05-27 00:22:16.281535003 +0200 |
michael@16 | 4 | @@ -11,6 +11,7 @@ |
michael@16 | 5 | #include "options.h" |
michael@16 | 6 | |
michael@16 | 7 | #include <vector> |
michael@16 | 8 | +#include <climits> |
michael@16 | 9 | #include <time.h> |
michael@16 | 10 | |
michael@16 | 11 | using namespace std; |