Add missing headers, included by cling::Interpreter c'tor.

Fixes crash on optimized builds.


git-svn-id: http://root.cern.ch/svn/root/trunk@48731 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2013-02-27 15:04:39 +00:00
parent 94a345f528
commit 8258396916

View File

@ -19,7 +19,8 @@ CLINGDEP := $(CLINGO:.o=.d)
CLINGETC := $(addprefix etc/cling/Interpreter/,\
DynamicExprInfo.h DynamicLookupRuntimeUniverse.h \
DynamicLookupLifetimeHandler.h Interpreter.h InvocationOptions.h \
RuntimeUniverse.h StoredValueRef.h Value.h ) \
RuntimeUniverse.h StoredValueRef.h Value.h \
ValuePrinter.h ValuePrinterInfo.h ) \
$(addprefix etc/cling/cint/,multimap multiset) \
$(addprefix etc/cling/,\
llvm/ADT/IntrusiveRefCntPtr.h \