Browse code

missing include

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@54149 bc3139a8-67e5-0310-9ffc-ced21a209358

Daniel Jones authored on 29/03/2011 20:06:53
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: seqbias
2
-Version: 0.99.9
2
+Version: 0.99.10
3 3
 Date: 25-12-2010
4 4
 Title: Estimation of per-position bias in high-throughput sequencing data
5 5
 Description: This package implements a model of per-position sequencing bias in
... ...
@@ -3,6 +3,7 @@
3 3
 #include "common.hpp"
4 4
 #include "miscmath.hpp"
5 5
 #include "logger.h"
6
+#include "asprintf.h"
6 7
 
7 8
 #include <string>
8 9
 #include <cstring>