From a7a801dc2dfd910af49086eae446d8f99d9f09d6 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 30 Jan 2008 15:23:25 +0000 Subject: [PATCH] Varargs.h is included (Matthias) --- STEER/AliLog.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STEER/AliLog.cxx b/STEER/AliLog.cxx index e59bb7a03f1..7770819bb56 100644 --- a/STEER/AliLog.cxx +++ b/STEER/AliLog.cxx @@ -38,6 +38,7 @@ #include #include #include +#include // platform independent definition of va_copy #include "AliLog.h" @@ -1055,6 +1056,8 @@ void AliLog::PrintString(Int_t type, FILE* stream, const char* format, ...) #ifdef R__VA_COPY va_list bap; R__VA_COPY(bap, ap); +#else +#warning definition of R__VA_COPY has disappeared #endif //R__VA_COPY Int_t iResult=0; -- 2.43.0