diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2015-02-03 10:48:07 +0000 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-03 17:29:18 +0000 |
| commit | 422244b9065a5b797829b299146438835c4b2d1f (patch) | |
| tree | 1f4bec67af2387f7652a61f4e276b39476272354 /testing/mdds/fix-includes.patch | |
| parent | 4b25619be44d19e578738efc9c4aac072e13311f (diff) | |
| download | aports-422244b9065a5b797829b299146438835c4b2d1f.tar.bz2 aports-422244b9065a5b797829b299146438835c4b2d1f.tar.xz | |
testing/mdds: new aport
Multi-dimentional data index algorithm
https://code.google.com/p/multidimalgorithm/
Diffstat (limited to 'testing/mdds/fix-includes.patch')
| -rw-r--r-- | testing/mdds/fix-includes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/mdds/fix-includes.patch b/testing/mdds/fix-includes.patch new file mode 100644 index 0000000000..c5a1b4e864 --- /dev/null +++ b/testing/mdds/fix-includes.patch @@ -0,0 +1,22 @@ +https://code.google.com/p/multidimalgorithm/source/detail?r=c45e0499dded11dc2aacea40b470ab1431ea535a + +diff -ru mdds_0.11.2.orig/include/mdds/multi_type_vector_types.hpp mdds_0.11.2/include/mdds/multi_type_vector_types.hpp +--- mdds_0.11.2.orig/include/mdds/multi_type_vector_types.hpp 2014-12-18 20:05:56.187026008 +0000 ++++ mdds_0.11.2/include/mdds/multi_type_vector_types.hpp 2015-02-03 12:36:08.172570111 +0000 +@@ -32,6 +32,8 @@ + #include "compat/unique_ptr.hpp" + #include "global.hpp" + ++#include <algorithm> ++ + #ifdef MDDS_MULTI_TYPE_VECTOR_USE_DEQUE + #include <deque> + #else +@@ -40,7 +42,6 @@ + #include <boost/noncopyable.hpp> + + #if defined(MDDS_UNIT_TEST) || defined (MDDS_MULTI_TYPE_VECTOR_DEBUG) +-#include <algorithm> + #include <iostream> + #include <sstream> + using std::cout; |
