2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added explicit #include <cstddef> to try to meet stlport and others needing errno definition.

[SVN r66886]
This commit is contained in:
Paul A. Bristow
2010-11-30 10:04:33 +00:00
parent 3d263c7621
commit 96249a133b

View File

@@ -63,6 +63,9 @@ We'll begin our sample program with the needed includes:
#include <stdexcept>
using std::exception;
#include <cstddef>
// using ::errno
/*`
Next we'll define the program's main() to call the student's t
distribution with an invalid degrees of freedom parameter,