Files
geant4/source/global/management/include/g4std/queue
T
2016-06-08 16:10:37 +02:00

24 lines
544 B
Plaintext

// This code implementation is the intellectual property of
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: queue,v 1.1 2000/08/02 09:49:56 gcosmo Exp $
// GEANT4 tag $Name: $
//
// ---------------- queue ----------------
//
#ifndef G4_QUEUE_H
#define G4_QUEUE_H
#ifdef G4USE_OLDSTL
#include <queue.h>
#else
#include <queue>
#endif /* G4USE_OLDSTL */
#endif /* G4_QUEUE_H */