commit | dfe9c6b8c548562fdc5f995945b7f9dcb4d5ace6 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Aug 25 21:17:10 2014 +0200 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Oct 30 01:44:22 2014 +0100 |
tree | 91f7e1d053868b6648537066072822310c29ae05 | |
parent | 5de006becbb60e4a8bd6492143b53b3d33c9961c [diff] |
Always build in C++11 mode. Change-Id: Ia25c738f63aee1b70e61f841ff52a151446ac220 Refs: #1930
diff --git a/src/encoding/tlv.hpp b/src/encoding/tlv.hpp index 0fb4704..d74323b 100644 --- a/src/encoding/tlv.hpp +++ b/src/encoding/tlv.hpp
@@ -25,6 +25,7 @@ #include <stdexcept> #include <iostream> #include <iterator> +#include <limits> #include "buffer.hpp" #include "endian.hpp"