Skip to content

Commit c17670a

Browse files
committed
Fix build for Debug.
1 parent c9f8da2 commit c17670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#ifndef logH
33
#define logH
44
#include "xrCommon/xr_vector.h"
5+
#include "xrCommon/xr_string.h"
56

67
// fwd. decl.
7-
class shared_str;
88
template <class T> struct _vector3; typedef _vector3<float> Fvector;
99
template <class T> struct _matrix; typedef _matrix<float> Fmatrix;
1010

0 commit comments

Comments
 (0)