unittests: add missing include to utProfiler.

pull/1364/head
Kim Kulling 2017-07-25 09:38:35 +02:00
parent 256f28432a
commit 4013b319af
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------
*/
#include "UnitTestPCH.h"
#include "UTLogStream.h"
#include "code/Profiler.h"
#include <assimp/DefaultLogger.hpp>