summaryrefslogtreecommitdiff
path: root/libs/pbd/pathexpand.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-17 08:06:26 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-17 08:06:26 +0100
commit105652ad09fa4898d2fadd791802406c3f1afbec (patch)
tree8256119a6ed9e52a068ad99f8adfb31b7b77d0e3 /libs/pbd/pathexpand.cc
parentc7306f57329ce18dd932341f522418c4b56fd846 (diff)
Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)
Diffstat (limited to 'libs/pbd/pathexpand.cc')
-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 5c3a0f8bcf..ae3bed4599 100644
--- a/libs/pbd/pathexpand.cc
+++ b/libs/pbd/pathexpand.cc
@@ -23,7 +23,7 @@
#include <cerrno>
#include <cstdlib>
-#include <regex.h>
+#include <boost/regex.h>
#include <glibmm/miscutils.h>