diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/htmltolatex/files/patch-StyleTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmltolatex/files/patch-StyleTree.cpp b/textproc/htmltolatex/files/patch-StyleTree.cpp index f3cfa566474e..b088552d44ba 100644 --- a/textproc/htmltolatex/files/patch-StyleTree.cpp +++ b/textproc/htmltolatex/files/patch-StyleTree.cpp @@ -12,7 +12,7 @@ $FreeBSD$ + #include "StyleTree.h" #include <stdexcept> -+#include <ostream.h> ++#include <ostream> void StyleTag::set_from_unparsed_string(const string &s) { |