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:
Yuka Takahashi 2018-04-09 12:13:43 +02:00 committed by sftnight
parent 4f2d4a8477
commit d16a653c3f

View File

@ -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"