diff options
Diffstat (limited to 'sql/bounded_queue.h')
-rw-r--r-- | sql/bounded_queue.h | 1 |
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" |