From 3221939c1f5c60d14f0dd9b3fe1b69c24db19d85 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 19 Nov 2000 16:34:37 +0000 Subject: [PATCH] added missing #include [SVN r8255] --- py.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/py.cpp b/py.cpp index 87a45d63..91c0f995 100644 --- a/py.cpp +++ b/py.cpp @@ -8,6 +8,7 @@ #include "py.h" #include +#include #ifndef BOOST_NO_LIMITS # include #endif