added missing include in cling/test/CodeUnloading/DeclShadowing.C

This commit is contained in:
Javier Lopez-Gomez 2020-12-16 18:12:47 +01:00 committed by jenkins
parent ad5bcb1ce5
commit c054ac2840

View File

@ -9,6 +9,8 @@
// RUN: cat %s | %cling 2>&1 | FileCheck %s
#include <type_traits>
#include <cstdlib>
#include <string>
cling::runtime::gClingOpts->AllowRedefinition = 1;
// ==== Test UsingDirectiveDecl/UsingDecl