diff options
-rw-r--r-- | manager.cpp | 1 | ||||
-rw-r--r-- | player_mmbias.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/manager.cpp b/manager.cpp index 6f5ea18..1b7d6b8 100644 --- a/manager.cpp +++ b/manager.cpp @@ -4,6 +4,7 @@ #include <vector> #include <string> #include <numeric> +#include <algorithm> #include <stdexcept> #include <cstring> #include <dirent.h> diff --git a/player_mmbias.cpp b/player_mmbias.cpp index 813928a..2d3363a 100644 --- a/player_mmbias.cpp +++ b/player_mmbias.cpp @@ -1,6 +1,7 @@ #include <iostream> #include <algorithm> #include <string> +#include <climits> #include <cctype> #include <sys/time.h> #include "common.h" |