We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f8da2 commit c17670aCopy full SHA for c17670a
src/xrCore/log.h
@@ -2,9 +2,9 @@
2
#ifndef logH
3
#define logH
4
#include "xrCommon/xr_vector.h"
5
+#include "xrCommon/xr_string.h"
6
7
// fwd. decl.
-class shared_str;
8
template <class T> struct _vector3; typedef _vector3<float> Fvector;
9
template <class T> struct _matrix; typedef _matrix<float> Fmatrix;
10
0 commit comments