Skip to content

Commit acdaac7

Browse files
committed
fix(build): Use qualified include path for wwmath.h in BaseType.h
BaseType.h is in Core/Libraries/Include/Lib/ which does not have WWMath/ in its include search path for all targets (e.g. core_particleeditor). Use 'WWMath/wwmath.h' instead of bare 'wwmath.h' to resolve via the Libraries/Source/WWVegas parent directory already present in all targets.
1 parent ea2411c commit acdaac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Libraries/Include/Lib/BaseType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#pragma once
3131

3232
#include "Lib/BaseTypeCore.h"
33-
#include "WWMath/wwmath.h"
33+
#include "wwmath.h"
3434

3535
//-----------------------------------------------------------------------------
3636
typedef wchar_t WideChar; ///< multi-byte character representations

0 commit comments

Comments
 (0)