added #include boost/config.hpp at top to remove truncation warning on VC++

[SVN r8434]
This commit is contained in:
Jeremy Siek 2000-12-09 20:28:48 +00:00
parent 7dd90c3919
commit 912dedaca7

View File

@ -12,6 +12,7 @@
// 13 Jun 00 Added const version of the iterator tests (Jeremy Siek)
// 12 Dec 99 Initial version with iterator operators (Jeremy Siek)
#include <boost/config.hpp>
#include <iostream>
#include <algorithm>