From bff8e8f7f001a683e218032ff9abfbdda2047dd7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Nov 2004 10:59:47 +0000 Subject: [PATCH] added a missing #include --- mask.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mask.cc b/mask.cc index a7352d12..35a24022 100644 --- a/mask.cc +++ b/mask.cc @@ -1,6 +1,8 @@ #include "mask.h" #include "debug.h" +#include + #include mask_t::mask_t(const std::string& pat) : exclude(false)