forgot #include <iterator>

[SVN r8461]
This commit is contained in:
Jeremy Siek
2000-12-13 23:24:55 +00:00
parent 3852c810f3
commit 8cf1b8acb2

View File

@ -4,6 +4,7 @@
// This is meant to be the beginnings of a comprehensive, generic
// test suite for STL concepts such as iterators and containers.
#include <iterator>
#include <assert.h>
namespace boost {