BUILD: queue: include tools.h from queue.c

It uses memprintf() without including the file because it inherited
it from other ones.
diff --git a/src/queue.c b/src/queue.c
index f79fe54..1fadd10 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -83,6 +83,7 @@
 #include <haproxy/tcp_rules.h>
 #include <haproxy/thread.h>
 #include <haproxy/time.h>
+#include <haproxy/tools.h>
 
 
 #define NOW_OFFSET_BOUNDARY()          ((now_ms - (TIMER_LOOK_BACK >> 12)) & 0xfffff)