From b02fb1dbea550596a37391fafcf4dc5005cdc0f1 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 22 Jul 2013 12:01:44 +1000 Subject: [PATCH] Reinstate include of regex.h for Linux and MinGW build I'm not sure how boost/regex.h is relevant but it doesn't enable the build to succeed in on Linux or using Mingw so if this is not an error and required for msvc build then fix it --- libs/pbd/pathexpand.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pathexpand.cc b/libs/pbd/pathexpand.cc index 3f1f1cf670..5784ec9428 100644 --- a/libs/pbd/pathexpand.cc +++ b/libs/pbd/pathexpand.cc @@ -23,7 +23,7 @@ #include #include -#include +#include #include