diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 12:47:47 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 12:47:47 +0200 |
commit | 51ef2f5b93bf1ca2c45a4a6e96ac6dbabd021844 (patch) | |
tree | 7a61d4f6d11ab5c746e145afe68eb1a85ed96ea4 | |
parent | 0c7d7a110c47b011f3e33c212f9c814dd17c0a77 (diff) |
bla
-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" |