diff options
Diffstat (limited to 'sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch')
-rw-r--r-- | sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch b/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch new file mode 100644 index 000000000000..b9eb3c409c64 --- /dev/null +++ b/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch @@ -0,0 +1,10 @@ +--- autodocksuite-4.0.1.orig/src/autogrid/check_size.cpp 2008-08-04 22:44:46.000000000 -0700 ++++ autodocksuite-4.0.1/src/autogrid/check_size.cpp 2008-08-04 22:45:12.000000000 -0700 +@@ -27,6 +27,7 @@ + + #include <iostream> + #include <math.h> ++#include <cstdlib> + #include "autogrid.h" + + |