Skip to content

[BUG] gcc 15 fails to build 1.14.5.1 due to missing cstdint include #2002

@darix

Description

@darix
Index: OpenShadingLanguage-1.14.5.1/src/include/OSL/platform.h
===================================================================
--- OpenShadingLanguage-1.14.5.1.orig/src/include/OSL/platform.h
+++ OpenShadingLanguage-1.14.5.1/src/include/OSL/platform.h
@@ -18,6 +18,7 @@

 #pragma once

+#include <cstdint>
 #include <cstring>
 #include <memory>

Metadata

Metadata

Assignees

No one assigned

    Labels

    build / testing / port / CIAffecting the build system, tests, platform support, porting, or continuous integration.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions