diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 14:22:26 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 14:22:26 +0200 |
commit | a559facf2ef4973377d324e05d6c388882347d44 (patch) | |
tree | fe3b452c1bf9a533c0508b1b5d0182584cc5b47c | |
parent | 324bb279a74ab7d74849a4a55e44fba652a190aa (diff) |
fix ANOTHER climits
-rw-r--r-- | player_mm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/player_mm.cpp b/player_mm.cpp index be6858d..6352c42 100644 --- a/player_mm.cpp +++ b/player_mm.cpp @@ -1,5 +1,6 @@ #include <iostream> #include <string> +#include <climits> #include <sys/time.h> #include "common.h" |