From f6a1f86206ae81b28ceee53dfc9f407bbb716449 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 24 Jul 2000 23:50:22 +0000 Subject: [PATCH] Change back slash to forward slash in include path (Jens Maurer) [SVN r7630] --- config_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_test.cpp b/config_test.cpp index bf252c7e..0fb6911a 100644 --- a/config_test.cpp +++ b/config_test.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org for the most recent version. -#include +#include #include using std::cout;