Add memory include in vktRayTracingMiscTests.cpp
authorLiam Middlebrook <lmiddlebrook@nvidia.com>
Sun, 29 Nov 2020 22:24:05 +0000 (14:24 -0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 1 Dec 2020 11:15:38 +0000 (06:15 -0500)
commit4a94535707dad51b58123bbaa5fb306d4884575e
tree76afc9853e1e09f6152eb4d88b0943844ed7ba24
parente64b33d236f1bcce47e46e42b248164951b916b4
Add memory include in vktRayTracingMiscTests.cpp

std::unique_ptr is defined in the `memory` header, so that header must
be included in order to use it. This resolves build failures which I was
hitting with my local copy of GCC.

Affected tests:
dEQP-VK.ray_tracing_pipeline.misc.*

Components: Vulkan
VK-GL-CTS issue: 2674

Change-Id: Ibd2c143711e60c6c60477ab39595a5c4429277bb
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp