added a missing #include
This commit is contained in:
parent
1db60b12e2
commit
bff8e8f7f0
1 changed files with 2 additions and 0 deletions
2
mask.cc
2
mask.cc
|
|
@ -1,6 +1,8 @@
|
|||
#include "mask.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include <pcre.h>
|
||||
|
||||
mask_t::mask_t(const std::string& pat) : exclude(false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue