diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/files/patch-libs_apto_include_apto_core_Functor.h | 10 | ||||
-rw-r--r-- | biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h b/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h new file mode 100644 index 000000000000..ae59b88cbf53 --- /dev/null +++ b/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h @@ -0,0 +1,10 @@ +--- libs/apto/include/apto/core/Functor.h.orig 2012-09-29 03:33:38.000000000 +0000 ++++ libs/apto/include/apto/core/Functor.h +@@ -38,6 +38,7 @@ + + #include "apto/platform/Visibility.h" + ++#include <typeinfo> + #include <cassert> + + diff --git a/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h b/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h new file mode 100644 index 000000000000..83dd715504b6 --- /dev/null +++ b/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h @@ -0,0 +1,10 @@ +--- libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h.orig 2012-09-29 03:33:39.000000000 +0000 ++++ libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h +@@ -173,6 +173,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> ++#include <unistd.h> + #ifndef _WIN32_WCE + #include <sys/stat.h> + #endif // !_WIN32_WCE |