Skip to content

Fix build error with strings #739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mehmetoguzderin
Copy link
Contributor

Building RadeonProRenderUSD on Ubuntu 24.04 using CMake 3.28, GCC 13, Houdini 20.5.417, OpenMP, and other dependencies with RelWithDebInfo configuration.

PURPOSE

To fix the following error:

.../RadeonProRenderUSD/pxr/imaging/rprUsd/config.h:63:17: error: field ‘m_filepath’ has incomplete type ‘std::string’ {aka ‘std::basic_string<char>’}
   63 |     std::string m_filepath;
      |                 ^~~~~~~~~~
In file included from /usr/include/c++/13/iosfwd:41,
                 from /usr/include/c++/13/bits/shared_ptr.h:52,
                 from /usr/include/c++/13/memory:80,
                 from 

EFFECT OF CHANGE

Fixes the build error.

TECHNICAL STEPS

Includes <string>.

NOTES FOR REVIEWERS

Thank you!

Building RadeonProRenderUSD on Ubuntu 24.04 using CMake 3.28, GCC 13, Houdini 20.5.417, OpenMP, and other dependencies with RelWithDebInfo configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant