Skip to content
Snippets Groups Projects
Commit 2842fbe2 authored by Rene Brun's avatar Rene Brun
Browse files

Include TClonesArray.h befor including <vector>

git-svn-id: http://root.cern.ch/svn/root/trunk@1727 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5e764545
No related branches found
No related tags found
No related merge requests found
#ifndef ROOT_TBENCH
#define ROOT_TBENCH
#include "TClonesArray.h"
#if defined(R__SGI) && !defined(R__KCC) && !defined(R__GNU)
#include <vector.h>
#else
#include <vector>
#endif
#include "TClonesArray.h"
//-------------------------------------------------------------
class THit {
......
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