You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/snpfile/files/snpfile-2.0.1-gcc44.patch

13 lines
387 B

diff -ur snpfile-2.0.1.orig/input_archive.hh snpfile-2.0.1/input_archive.hh
--- snpfile-2.0.1.orig/input_archive.hh 2008-05-03 17:25:44.000000000 +0300
+++ snpfile-2.0.1/input_archive.hh 2009-07-26 21:26:10.000000000 +0300
@@ -26,6 +26,8 @@
#ifndef INPUT_ARCHIVE_HH_INCLUDED
#define INPUT_ARCHIVE_HH_INCLUDED
+#include <stdint.h>
+
#include <string>
#include "archive_common.hh"