00001 /* 00002 $Id: stl.h,v 1.3 2000/05/19 21:02:18 starch Exp $ 00003 00004 ------------------------------------------------------------------------ 00005 ClanLib, the platform independent game SDK. 00006 00007 This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE 00008 version 2. See COPYING for details. 00009 00010 For a total list of contributers see CREDITS. 00011 00012 ------------------------------------------------------------------------ 00013 */ 00014 00015 #ifndef header_stl 00016 #define header_stl 00017 00018 #ifdef WIN32 00019 #pragma warning (disable:4786) 00020 #endif 00021 00022 #include <string> 00023 #include <list> 00024 #include <vector> 00025 #include <map> 00026 #include <set> 00027 #include <queue> 00028 #include <stack> 00029 #include <iostream> 00030 #include <algorithm> 00031 #include <utility> 00032 00033 //#ifdef WIN32 00034 //using namespace std; 00035 //#endif 00036 00037 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001