From 3a5f4775f70fc82d4ac13b7eacade342b9371ce4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 10 Nov 2002 11:37:08 +0000 Subject: [PATCH] changed boost/regex/detail to boost/regex/v3 [SVN r16185] --- example/jgrep/jgrep.cpp | 3 ++- example/jgrep/main.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example/jgrep/jgrep.cpp b/example/jgrep/jgrep.cpp index 0c0a6b8f..696a18b0 100644 --- a/example/jgrep/jgrep.cpp +++ b/example/jgrep/jgrep.cpp @@ -33,7 +33,7 @@ using std::endl; # pragma hrdstop #endif -#include +#include #include "jgrep.h" @@ -137,3 +137,4 @@ void process_grep(const char* file) + diff --git a/example/jgrep/main.cpp b/example/jgrep/main.cpp index 5a712b60..53250826 100644 --- a/example/jgrep/main.cpp +++ b/example/jgrep/main.cpp @@ -34,7 +34,7 @@ using std::endl; # pragma hrdstop #endif -#include +#include #include "jgrep.h" #ifndef JM_ALGO_INCLUDED @@ -286,3 +286,4 @@ int main(int argc, char * argv[]) +