/*************************************************************************** * include/stxxl.h * * Part of the STXXL. See http://stxxl.sourceforge.net * * Copyright (C) 2002-2007 Roman Dementiev * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) **************************************************************************/ #ifndef STXXL_MAIN_HEADER #define STXXL_MAIN_HEADER #include #include #include #include #include #include #if ! defined(__GNUG__) || ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100) >= 30400) // map does not work with g++ 3.3 #include #endif #include #include #include #include #include #include #include #endif // STXXL_MAIN_HEADER