added missing include in cling/test/CodeUnloading/DeclShadowing.C
This commit is contained in:
parent
ad5bcb1ce5
commit
c054ac2840
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user