$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53025 - trunk/boost/property_tree/detail
From: sebastian.redl_at_[hidden]
Date: 2009-05-15 11:06:21
Author: cornedbee
Date: 2009-05-15 11:06:21 EDT (Fri, 15 May 2009)
New Revision: 53025
URL: http://svn.boost.org/trac/boost/changeset/53025
Log:
Add missing include.
Text files modified: 
   trunk/boost/property_tree/detail/pugxml.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/property_tree/detail/pugxml.hpp
==============================================================================
--- trunk/boost/property_tree/detail/pugxml.hpp	(original)
+++ trunk/boost/property_tree/detail/pugxml.hpp	2009-05-15 11:06:21 EDT (Fri, 15 May 2009)
@@ -39,6 +39,7 @@
 #include <iostream>
 #include <ostream>
 #include <string>
+#include <cstring>
 #if defined(PUGOPT_MEMFIL) | defined(PUGOPT_NONSEG)
 #	include <assert.h>
 #endif