Fix CW regression re strcmp, strcpy

[SVN r37407]
This commit is contained in:
Peter Dimov
2007-04-09 22:24:37 +00:00
parent 26f83e75ef
commit 745dbedbaa

View File

@ -40,9 +40,9 @@
#include <boost/detail/lightweight_test.hpp>
#include <cstring>
#include <iostream>
#include <set>
#include <string.h>
class Incomplete;