diff options
Diffstat (limited to 'textproc/htmltolatex/files/patch-Attribute.h')
-rw-r--r-- | textproc/htmltolatex/files/patch-Attribute.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htmltolatex/files/patch-Attribute.h b/textproc/htmltolatex/files/patch-Attribute.h new file mode 100644 index 000000000000..a51f4ac6f43c --- /dev/null +++ b/textproc/htmltolatex/files/patch-Attribute.h @@ -0,0 +1,10 @@ +--- Attribute.h.orig Sat Aug 16 16:14:02 2003 ++++ Attribute.h Sat Aug 16 16:14:11 2003 +@@ -21,6 +21,7 @@ + #ifndef ATTRIBUTE_H_ + #define ATTRIBUTE_H_ + ++#include <cassert> + #include <string> + #include <map> + |