freebsd-ports/graphics/passepartout/files/patch-src::pptout::document::getxsltparams.cc
Alexander Nedotsukov bdd0f3722d Update to 0.4
2004-01-18 06:13:16 +00:00

10 lines
295 B
C++

--- src/pptout/document/getxsltparams.cc.orig Sun Jan 18 00:22:12 2004
+++ src/pptout/document/getxsltparams.cc Sun Jan 18 00:22:54 2004
@@ -3,6 +3,7 @@
///
#include <libxml++/libxml++.h>
#include <fstream>
+#include <algorithm>
class XsltParamsFinder : public xmlpp::SaxParser {
public: