From d836b5d0d32c309013214eb9f20f6d4bfc96ec28 Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Sun, 1 Mar 2009 20:29:37 +0100 Subject: [PATCH] Uses boost_workaround files This fixes bug where boost overlay files were not being used, when not compiling from source dir. --- configure.ac | 2 +- src/boost-workaround/boost/graph/betweenness_centrality.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 538cebf7..aba99391 100644 --- a/configure.ac +++ b/configure.ac @@ -260,7 +260,7 @@ AC_SUBST(CPPFLAGS) AC_SUBST(CXXFLAGS) # CPP flags for submodules -[MOD_CPPFLAGS="-I\$(srcdir) -I\$(srcdir)/.. -I\$(srcdir)/../boost-workaround \ +[MOD_CPPFLAGS="-I\$(srcdir) -I\$(srcdir)/.. -I\$(srcdir)/../../boost-workaround \ -DHAVE_CONFIG_H"] AC_SUBST(MOD_CPPFLAGS) diff --git a/src/boost-workaround/boost/graph/betweenness_centrality.hpp b/src/boost-workaround/boost/graph/betweenness_centrality.hpp index 9bf6ad12..654993e4 100644 --- a/src/boost-workaround/boost/graph/betweenness_centrality.hpp +++ b/src/boost-workaround/boost/graph/betweenness_centrality.hpp @@ -25,6 +25,7 @@ #include #include #include +#include namespace boost { -- GitLab