From 76cdbcc529457381712a9f68c244e83199e8e95c Mon Sep 17 00:00:00 2001 From: John White Date: Sun, 13 Aug 2023 10:06:07 -0400 Subject: [PATCH] added cstdint to be included in the primitives/string/word/word.C to fix compilation error on gcc where uintptr_t is undeclared in the scope --- src/OpenFOAM/primitives/strings/word/word.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/primitives/strings/word/word.C b/src/OpenFOAM/primitives/strings/word/word.C index 95b9657946..aa7b8573be 100644 --- a/src/OpenFOAM/primitives/strings/word/word.C +++ b/src/OpenFOAM/primitives/strings/word/word.C @@ -25,7 +25,7 @@ License #include "word.H" #include "debug.H" - +#include // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // const char* const Foam::word::typeName = "word";