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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user