isle/LEGO1/stlcompat.h

12 lines
151 B
C++

#ifndef STLCOMPAT_H
#define STLCOMPAT_H
#ifndef ISLE_COMPAT
#include <STL.H>
#else
#include <list>
using namespace std;
#endif
#endif // STLCOMPAT_H