summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-07-22 12:01:44 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-07-22 13:42:05 +1000
commitb02fb1dbea550596a37391fafcf4dc5005cdc0f1 (patch)
tree62e10ec76cf8292839693fe8b34de70caf4cb52f /libs
parent77cea1181e0da8eed036d81a8a0da6ab8bfb096f (diff)
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
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/pathexpand.cc2
1 files changed, 1 insertions, 1 deletions
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 <cerrno>
#include <cstdlib>
-#include <boost/regex.h>
+#include <regex.h>
#include <glibmm/miscutils.h>