From 1741b8e80e92135d80eaa2e22cf90b027034b58d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Dec 2011 16:18:55 +0200 Subject: Add support for using external boost in autotools build system --- cutl/re/re.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cutl/re/re.cxx') diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx index 9cd2f2e..96d5651 100644 --- a/cutl/re/re.cxx +++ b/cutl/re/re.cxx @@ -7,7 +7,11 @@ #include -#include +#ifndef LIBCUTL_EXTERNAL_BOOST +# include +#else +# include +#endif using namespace std; -- cgit v1.1