Skip to content

Commit 1e038b9

Browse files
committed
Including SYS_Types to avoid compile issue in H13.0.256
1 parent 2d11f00 commit 1e038b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/IECoreHoudini/ToHoudiniCortexObjectConverter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
//
3333
//////////////////////////////////////////////////////////////////////////
3434

35+
#include "SYS/SYS_Types.h"
3536
#include "UT/UT_StringMMPattern.h"
3637

3738
#include "IECoreHoudini/Convert.h"

src/IECoreHoudini/ToHoudiniGeometryConverter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
//
3333
//////////////////////////////////////////////////////////////////////////
3434

35+
#include "SYS/SYS_Types.h"
3536
#include "UT/UT_StringMMPattern.h"
3637

3738
#include "IECore/CompoundData.h"

0 commit comments

Comments
 (0)