Fixes to Windows build in liu of the move to using just std::streams.
This commit is contained in:
@@ -169,7 +169,7 @@ class Vec3
|
||||
return( norm );
|
||||
}
|
||||
|
||||
friend inline ostream& operator << (ostream& output, const Vec3& vec);
|
||||
friend inline std::ostream& operator << (std::ostream& output, const Vec3& vec);
|
||||
|
||||
}; // end of class Vec3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user