Add operator<< definition for vector3d

This commit is contained in:
JosiahWI 2023-11-29 19:53:12 -06:00 committed by Josiah VanderZee
parent eabc84a420
commit 86026f9205
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "irrMath.h"
#include <functional>
#include <ostream>
namespace irr
{