From bd48eed988f80005ea0f857e7b048cfade98f1c1 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Thu, 2 Jun 2005 02:43:32 +0200 Subject: tztime.cc: Set #pragma implementation" earlier Many files: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION --- sql/item_cmpfunc.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/item_cmpfunc.cc') diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 337ac949d35..f53dcb43e5c 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -17,6 +17,8 @@ /* This file defines all compare functions */ +#include + #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif -- cgit v1.2.1