summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-23 14:22:26 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-23 14:22:26 +0200
commita559facf2ef4973377d324e05d6c388882347d44 (patch)
treefe3b452c1bf9a533c0508b1b5d0182584cc5b47c
parent324bb279a74ab7d74849a4a55e44fba652a190aa (diff)
fix ANOTHER climits
-rw-r--r--player_mm.cpp1
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"