2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Suppress a VC6 ICE

[SVN r16383]
This commit is contained in:
Dave Abrahams
2002-11-23 22:16:00 +00:00
parent 791b7e1a1b
commit 2df120af72

View File

@@ -5,10 +5,11 @@
// to its suitability for any purpose.
#ifndef EXCEPTION_TRANSLATOR_DWA2002810_HPP
# define EXCEPTION_TRANSLATOR_DWA2002810_HPP
# include <boost/bind.hpp>
# include <boost/type.hpp>
# include <boost/python/detail/translate_exception.hpp>
# include <boost/python/detail/exception_handler.hpp>
# include <boost/type.hpp>
# include <boost/bind.hpp>
namespace boost { namespace python {