added a missing #include

This commit is contained in:
John Wiegley 2004-11-11 10:59:47 +00:00
parent 1db60b12e2
commit bff8e8f7f0

View file

@ -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)