Add missing include for vector
The vector header was not included in dbfwfilter.hh.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include <time.h>
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <tr1/memory>
|
||||
#include <tr1/unordered_map>
|
||||
|
||||
|
Reference in New Issue
Block a user