Skip to content

Commit fd1c63b

Browse files
Fix Compile on Linux with GCC.
"#include <maya/MTypes.h>" is needed to bring in some of the namespace macros properly (in this case "OPENMAYA_EXPORT").
1 parent 21502eb commit fd1c63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mmSolver/utilities/assert_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#define MMASSERT_CXX_LINKER ::mmsolver::build_info::cxx_linker()
6262

6363
// Maya
64+
#include <maya/MTypes.h>
6465
#include <maya/MStreamUtils.h>
6566

6667
// MM Solver Libs

0 commit comments

Comments
 (0)