Explicitly include <vector> in cache filter

The filter relied on the session.h including.
This commit is contained in:
Markus Mäkelä
2018-08-03 12:21:51 +03:00
parent 47176d9bf1
commit 02b330e4fe
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/session.h>
#include "cachefilter.h"

View File

@ -17,6 +17,7 @@
#include <errno.h>
#include <stdio.h>
#include <new>
#include <vector>
#include <maxscale/alloc.h>
#include <maxscale/config.h>

View File

@ -18,6 +18,7 @@
#include <stdbool.h>
#include <jansson.h>
#include <memory>
#include <vector>
#include <maxscale/buffer.h>
#include <maxscale/session.h>
#include <maxscale/pcre2.h>