From 9b861c32f3b34fe72bf929c001538263a1f1b9f8 Mon Sep 17 00:00:00 2001 From: Mehmet Oguz Derin Date: Tue, 28 Jan 2025 03:01:36 +0900 Subject: [PATCH] Fix build error with strings Building RadeonProRenderUSD on Ubuntu 24.04 using CMake 3.28, GCC 13, Houdini 20.5.417, OpenMP, and other dependencies with RelWithDebInfo configuration. --- pxr/imaging/rprUsd/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pxr/imaging/rprUsd/config.h b/pxr/imaging/rprUsd/config.h index 9e0b91009..fd828cfff 100644 --- a/pxr/imaging/rprUsd/config.h +++ b/pxr/imaging/rprUsd/config.h @@ -19,6 +19,7 @@ limitations under the License. #include #include +#include PXR_NAMESPACE_OPEN_SCOPE