archrelease: copy trunk to extra-x86_64
[arch-packages.git] / libebml / trunk / libebml-limits.patch
blob3d548edd3b30c313a810708550f26667baa68609
1 diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
2 index 27e55fd..4c05fcf 100644
3 --- a/src/EbmlString.cpp
4 +++ b/src/EbmlString.cpp
5 @@ -34,6 +34,7 @@
6 \author Steve Lhomme <robux4 @ users.sf.net>
7 */
8 #include <cassert>
9 +#include <limits>
11 #include "ebml/EbmlString.h"
13 diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp
14 index 496a16a..99fc073 100644
15 --- a/src/EbmlUnicodeString.cpp
16 +++ b/src/EbmlUnicodeString.cpp
17 @@ -36,6 +36,7 @@
20 #include <cassert>
21 +#include <limits>
23 #include "ebml/EbmlUnicodeString.h"