diff options
Diffstat (limited to 'sci-physics/camfr/files/camfr-20070717-gcc43.patch')
-rw-r--r-- | sci-physics/camfr/files/camfr-20070717-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-physics/camfr/files/camfr-20070717-gcc43.patch b/sci-physics/camfr/files/camfr-20070717-gcc43.patch new file mode 100644 index 000000000000..dd10cc25bdaa --- /dev/null +++ b/sci-physics/camfr/files/camfr-20070717-gcc43.patch @@ -0,0 +1,12 @@ +--- camfr/primitives/section/sectiondisp.cpp~ 2007-07-18 09:48:46.000000000 +0100 ++++ camfr/primitives/section/sectiondisp.cpp 2008-07-02 11:18:24.000000000 +0100 +@@ -20,7 +20,8 @@ + using std::cout; + using std::cerr; + using std::endl; +- ++#include <complex> ++using std::abs; + #include "../../util/vectorutil.h" + + ///////////////////////////////////////////////////////////////////////////// |