diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 15:57:40 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 15:57:40 +0200 |
commit | 39864293211c55d0f76f18c60f4c7ef6917a1bb5 (patch) | |
tree | f22bb36a2f179eaf491afcc74bc9ec10f0dc2cd7 | |
parent | 8b6dcfa29d0cfbebfd336d9be2bc0eee9a32b0a6 (diff) | |
download | dabmux-39864293211c55d0f76f18c60f4c7ef6917a1bb5.tar.gz dabmux-39864293211c55d0f76f18c60f4c7ef6917a1bb5.tar.bz2 dabmux-39864293211c55d0f76f18c60f4c7ef6917a1bb5.zip |
Add missing climits include
-rw-r--r-- | src/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 3e3e86e..7cd441a 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -25,6 +25,7 @@ along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. */ #include <cstring> +#include <climits> #include <iostream> #include <memory> #include <boost/algorithm/string/join.hpp> |