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

Use flag R__GLOBALSTL to put vector in global namespace

git-svn-id: http://root.cern.ch/svn/root/trunk@5281 27541ba8-7e3a-0410-8455-c3a389f83636
parent b7afed6e
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,9 @@
#include "TClonesArray.h"
#if defined(R__SGI) && !defined(R__KCC) && !defined(R__GNU)
#include <vector.h>
#else
#include <vector>
#endif
#ifdef WIN32
using namespace std;
#ifndef R__GLOBALSTL
using std::vector;
#endif
//-------------------------------------------------------------
......
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