summaryrefslogtreecommitdiff
path: root/sql/bounded_queue.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-03-20 21:00:58 +0200
committerMonty <monty@mariadb.org>2016-03-20 21:00:58 +0200
commit0c9d39edc3395b82acbeb187bdd04541b21da286 (patch)
treeab18922b758fd8dcdc939758b99d48d048b51acd /sql/bounded_queue.h
parent2f7b6c5751f75b716e31dc79ac84bec80c3dce99 (diff)
downloadmariadb-git-0c9d39edc3395b82acbeb187bdd04541b21da286.tar.gz
Fixed compiler failures and warnings
Diffstat (limited to 'sql/bounded_queue.h')
-rw-r--r--sql/bounded_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/bounded_queue.h b/sql/bounded_queue.h
index 2d4e6cff96d..88c2bbc238d 100644
--- a/sql/bounded_queue.h
+++ b/sql/bounded_queue.h
@@ -16,11 +16,11 @@
#ifndef BOUNDED_QUEUE_INCLUDED
#define BOUNDED_QUEUE_INCLUDED
-#include <string.h>
#include "my_global.h"
#include "my_base.h"
#include "my_sys.h"
#include "queues.h"
+#include <string.h>
class Sort_param;