From 9959dcfa492a929454db336f7fa19c06c6b958ad Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 19 Aug 2003 15:44:30 +0000 Subject: [PATCH] Always #include prefix.h first of all. [SVN r19694] --- src/object/class.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/object/class.cpp b/src/object/class.cpp index 9e11c534..0bc59c12 100644 --- a/src/object/class.cpp +++ b/src/object/class.cpp @@ -4,6 +4,7 @@ // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. +#include #include // #including this first is an intel6 workaround #include