Skip to content
Snippets Groups Projects
Commit e817c3f5 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

needs stdarg.h since it uses va_list.

git-svn-id: http://root.cern.ch/svn/root/trunk@17614 27541ba8-7e3a-0410-8455-c3a389f83636
parent 731347fd
No related branches found
No related tags found
No related merge requests found
// @(#)root/base:$Name: $:$Id: TError.h,v 1.9 2006/11/16 10:15:14 rdm Exp $
// @(#)root/base:$Name: $:$Id: TError.h,v 1.10 2007/02/01 14:20:21 brun Exp $
// Author: Fons Rademakers 29/07/95
/*************************************************************************
......@@ -29,6 +29,8 @@
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
#include <stdarg.h>
class TVirtualMutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment