freebsd-ports/math/clp/files/patch-CoinUtils+src+CoinParam.hpp
Gerald Pfeifer e9ceef6693 Update to version 1.10.0, fixing an existing build error with GCC 4.4 by
means of an additional patch.

Reported by:	pav and miwi (from pointyhat)
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
Approved by:	maintainer timeout
Feature safe:	yes
2009-09-17 13:02:43 +00:00

10 lines
312 B
C++

--- CoinUtils/src/CoinParam.hpp.orig 2009-08-16 22:33:13.000000000 -0500
+++ CoinUtils/src/CoinParam.hpp 2009-08-16 22:34:23.000000000 -0500
@@ -12,6 +12,7 @@
#include <vector>
#include <string>
+#include <cstdio>
/*! \class CoinParam
\brief A base class for `keyword value' command line parameters.