From 54a551e488324c448659ff53ef21b4d57f93a657 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 9 Jul 2002 18:58:45 +0000 Subject: [PATCH] Add missing prototype [SVN r14381] --- src/object/class.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/object/class.cpp b/src/object/class.cpp index 3f03df64..7056ff1e 100644 --- a/src/object/class.cpp +++ b/src/object/class.cpp @@ -5,6 +5,7 @@ // to its suitability for any purpose. #include #include +#include #include #include #include