diff options
Diffstat (limited to 'src')
-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> |