From 799eeb0cb8eaacc0cedfe57a875fced27c04b977 Mon Sep 17 00:00:00 2001 From: Jonathan Brandmeyer Date: Thu, 12 Feb 2004 23:09:10 +0000 Subject: [PATCH] Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this fix. [SVN r22250] --- include/boost/python/slice.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/slice.hpp b/include/boost/python/slice.hpp index 9b05a941..0bfdd161 100644 --- a/include/boost/python/slice.hpp +++ b/include/boost/python/slice.hpp @@ -7,6 +7,7 @@ // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include +#include #include #include