sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
295 stars 76 forks source link

Add missing include in HoudiniEngineRuntimeUtils.h #134

Closed DamienKochanek closed 3 years ago

DamienKochanek commented 3 years ago

Small compilation fix for some NDA platforms

The header UObject/Package.h is required because of line 174 (ANY_PACKAGE)

To reproduce the issue, you need to disable PCH usage in UBT (-NoPCH)

Ryan-DowlingSoka commented 3 years ago

This appears to have been resolved. This pull request can be closed.

DamienKochanek commented 3 years ago

I haven't tested the latest version yet but I don't think it has been fixed. The conflicts are due to line-endings having changed in the file.

To reproduce the issue, you need to disable PCH usage in UBT (-NoPCH)