Change DynamicExprInfo.h from forward decl to include
This was causing some test failures in cxx modules and in cling.
This commit is contained in:
parent
4f2d4a8477
commit
d16a653c3f
@ -13,7 +13,7 @@
|
||||
#error "This file must not be included by compiled programs."
|
||||
#endif
|
||||
|
||||
class DynamicExprInfo;
|
||||
#include "cling/Interpreter/DynamicExprInfo.h"
|
||||
#include "cling/Interpreter/DynamicLookupLifetimeHandler.h"
|
||||
#include "cling/Interpreter/Value.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user