$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-08-17 06:39:07
Author: danieljames
Date: 2008-08-17 06:39:07 EDT (Sun, 17 Aug 2008)
New Revision: 48184
URL: http://svn.boost.org/trac/boost/changeset/48184
Log:
Add missing <cstring> include for g++ 4.3.
Fixes #2210, thanks to Steven Robbins.
Text files modified: 
   trunk/tools/inspect/path_name_check.cpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/inspect/path_name_check.cpp
==============================================================================
--- trunk/tools/inspect/path_name_check.cpp	(original)
+++ trunk/tools/inspect/path_name_check.cpp	2008-08-17 06:39:07 EDT (Sun, 17 Aug 2008)
@@ -15,6 +15,7 @@
 #include <string>
 #include <algorithm>
 #include <cctype>
+#include <cstring>
 
 using std::string;