HomeWildfire Games

Fix non-PCH build by adding an explicit include.

Description

Fix non-PCH build by adding an explicit include.

This used to build so the include of CStr.h disappeared from the include chain at some point. PCH builds kept working because this file is included in precompiled.h for the engine project.

Differential Revision: https://code.wildfiregames.com/D1273
Reviewed By: Imarok