You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
365 B

  1. --- a/src/EbmlString.cpp
  2. +++ b/src/EbmlString.cpp
  3. @@ -34,6 +34,7 @@
  4. \author Steve Lhomme <robux4 @ users.sf.net>
  5. */
  6. #include <cassert>
  7. +#include <limits>
  8. #include "ebml/EbmlString.h"
  9. --- a/src/EbmlUnicodeString.cpp
  10. +++ b/src/EbmlUnicodeString.cpp
  11. @@ -36,6 +36,7 @@
  12. */
  13. #include <cassert>
  14. +#include <limits>
  15. #include "ebml/EbmlUnicodeString.h"