Commit acdaac7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments