summaryrefslogtreecommitdiff
path: root/sql/item_uniq.cc
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-02 02:43:32 +0200
committerkent@mysql.com <>2005-06-02 02:43:32 +0200
commitbd48eed988f80005ea0f857e7b048cfade98f1c1 (patch)
tree6fbaa8d2f1de660878763d50b8fa3283ae7d2a4f /sql/item_uniq.cc
parente877e71b17e2fefbe46cd9290bbde3aa6a4652bd (diff)
downloadmariadb-git-bd48eed988f80005ea0f857e7b048cfade98f1c1.tar.gz
tztime.cc:
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
Diffstat (limited to 'sql/item_uniq.cc')
-rw-r--r--sql/item_uniq.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/item_uniq.cc b/sql/item_uniq.cc
index 0c757c0e3a3..c83373bd8b0 100644
--- a/sql/item_uniq.cc
+++ b/sql/item_uniq.cc
@@ -15,6 +15,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* Compability file */
+
+#include <my_global.h>
+
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif