include cstdio for sprintf
fluxgen fluxgen
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
src/ClientPattern.cc
→
src/ClientPattern.cc
@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ClientPattern.cc,v 1.2 2003/06/13 12:01:06 fluxgen Exp $ +// $Id: ClientPattern.cc,v 1.3 2003/06/13 13:03:44 fluxgen Exp $ #include "ClientPattern.hh" #include "RegExp.hh"@@ -38,6 +38,7 @@ #include <sstream>
#include <fstream> #include <string> #include <memory> +#include <cstdio> using namespace std;