12 lines
372 B
Diff
12 lines
372 B
Diff
Index: /trunk/boost/math/tools/tuple.hpp
|
|
===================================================================
|
|
--- /trunk/boost/math/tools/tuple.hpp (revision 65320)
|
|
+++ /trunk/boost/math/tools/tuple.hpp (revision 74891)
|
|
@@ -32,5 +32,5 @@
|
|
#elif defined(BOOST_HAS_TR1_TUPLE)
|
|
|
|
-#include <tuple>
|
|
+#include <boost/tr1/tuple.hpp>
|
|
|
|
namespace boost{ namespace math{
|