Added a missing cstddef includes.

[SVN r32819]
This commit is contained in:
Andreas Huber
2006-02-10 20:09:26 +00:00
parent 18f84481ce
commit eb9ab82063
2 changed files with 3 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
#include <iostream>
#include <iomanip>
#include <cstddef> // size_t
#ifdef BOOST_INTEL
# pragma warning( disable: 304 ) // access control not specified