From 06d8aaba21496e6a39a7c18dd82e0d3efbeb531c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 31 Jan 2008 19:06:59 +0000 Subject: Applying fixes for gcc 4.3 build issues (closes LP: #169115) (bzr r4629) --- src/xml/simple-node.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xml/simple-node.cpp') diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index d38e14b3f..084547a59 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -15,7 +15,10 @@ * */ +#include +#include #include + #include "xml/simple-node.h" #include "xml/node-event-vector.h" #include "xml/node-fns.h" -- cgit v1.2.3