summaryrefslogtreecommitdiff
path: root/sql/bounded_queue.h
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2022-01-29 22:21:32 +0300
committerNikita Malyavin <nikitamalyavin@gmail.com>2022-01-29 22:21:32 +0300
commitd388b7ae8adde451928cf93d47b6e30bee8dc5ab (patch)
tree24047f0d0b19058a2296a4065b6e8794e3c4d379 /sql/bounded_queue.h
parentcf7cc376bacb3f49f5afa2cce144dace82602546 (diff)
downloadmariadb-git-nikita/MDEV-25774.tar.gz
MDEV-25774 profile build speed of the server code basenikita/MDEV-25774
using precompiled headers was tried here
Diffstat (limited to 'sql/bounded_queue.h')
-rw-r--r--sql/bounded_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/bounded_queue.h b/sql/bounded_queue.h
index 07ab6dbaab9..978e6990945 100644
--- a/sql/bounded_queue.h
+++ b/sql/bounded_queue.h
@@ -16,6 +16,7 @@
#ifndef BOUNDED_QUEUE_INCLUDED
#define BOUNDED_QUEUE_INCLUDED
+#include "my_global.h"
#include "my_base.h"
#include <my_sys.h>
#include "queues.h"