Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
318 B
C++
18 lines
318 B
C++
|
|
$FreeBSD$
|
|
|
|
--- StyleTree.cpp.orig Wed Oct 10 14:24:25 2001
|
|
+++ StyleTree.cpp Fri Feb 21 22:10:03 2003
|
|
@@ -18,8 +18,12 @@
|
|
* Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
+
|
|
+using namespace std;
|
|
+
|
|
#include "StyleTree.h"
|
|
#include <stdexcept>
|
|
+#include <ostream>
|
|
|
|
void StyleTag::set_from_unparsed_string(const string &s)
|
|
{
|