From c054ac284042aadbe6c4cb40842a3c3d6923d8d8 Mon Sep 17 00:00:00 2001 From: Javier Lopez-Gomez Date: Wed, 16 Dec 2020 18:12:47 +0100 Subject: [PATCH] added missing include in cling/test/CodeUnloading/DeclShadowing.C --- test/CodeUnloading/DeclShadowing.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeUnloading/DeclShadowing.C b/test/CodeUnloading/DeclShadowing.C index b9de06d8..39bb0376 100644 --- a/test/CodeUnloading/DeclShadowing.C +++ b/test/CodeUnloading/DeclShadowing.C @@ -9,6 +9,8 @@ // RUN: cat %s | %cling 2>&1 | FileCheck %s #include #include +#include + cling::runtime::gClingOpts->AllowRedefinition = 1; // ==== Test UsingDirectiveDecl/UsingDecl