File fix-missing-include.patch of Package podofo
Subject: Add missing #include <limits> to fix build From: Antonio Larrosa <alarrosa@suse.com> Index: a/podofo/trunk/src/base/PdfObjectStreamParserObject.cpp =================================================================== --- a/podofo/trunk/src/base/PdfObjectStreamParserObject.cpp +++ b/podofo/trunk/src/base/PdfObjectStreamParserObject.cpp @@ -41,6 +41,7 @@ #include "PdfVecObjects.h" #include <algorithm> +#include <limits> #if defined(PODOFO_VERBOSE_DEBUG) #include <iostream>