diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 01:17:35 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 01:17:35 +0000 |
| commit | 76053409212af9e619d3e8225d9e9dd51720fb0d (patch) | |
| tree | 8dd1daa21f9da3e4ab6041dd9c4af00709c00a14 /graphics/libemf/files/patch-libemf+libemf.h | |
| parent | . Update from 0.12 to 0.14. (diff) | |
Add a new port graphics/libEMF.
This is a C/C++ library which provides a drawing toolkit
based on ECMA-234. The general purpose of this library is
to create vector graphics files on POSIX systems which can
be imported into StarOffice/OpenOffice.
Notes
Notes:
svn path=/head/; revision=90190
Diffstat (limited to 'graphics/libemf/files/patch-libemf+libemf.h')
| -rw-r--r-- | graphics/libemf/files/patch-libemf+libemf.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/libemf/files/patch-libemf+libemf.h b/graphics/libemf/files/patch-libemf+libemf.h new file mode 100644 index 000000000000..17126d13409d --- /dev/null +++ b/graphics/libemf/files/patch-libemf+libemf.h @@ -0,0 +1,23 @@ +--- libemf/libemf.h.org Tue Jan 29 13:54:27 2002 ++++ libemf/libemf.h Sat Oct 4 09:51:48 2003 +@@ -21,16 +21,20 @@ + #ifndef _LIBEMF_H + #define _LIBEMF_H 1 + ++#include <iostream> + #include <cmath> + #include <vector> + #include <map> + #include <functional> ++#include <backward/function.h> + #include <algorithm> + + #include <config.h> + #include <emf.h> + + #include <wine/w16.h> ++ ++using namespace std; + + namespace EMF { + /*! |
