Remove <iostream> from math headers.

This speeds up our build time by using <iosfwd> and un-inlining the
vector print functions.
This commit is contained in:
Philip Rideout
2020-01-03 10:46:03 -08:00
parent 78842b59c9
commit 898ed70aa0
25 changed files with 144 additions and 63 deletions

View File

@@ -22,7 +22,7 @@
#include <functional>
#include <limits>
#include <memory>
#include <ostream>
#include <iostream> // for cerr
#if defined(WIN32)
#include <Winsock2.h>