Browse code

add an import so code will compile under clang++

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_14/madman/Rpacks/Rdisop@89375 bc3139a8-67e5-0310-9ffc-ced21a209358

Dan Tenenbaum authored on 23/04/2014 00:24:00
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: Rdisop
2 2
 Title: Decomposition of Isotopic Patterns
3
-Version: 1.24.0
3
+Version: 1.24.1
4 4
 Date: 2014-01-28
5 5
 Author: Anton Pervukhin <apervukh@minet.uni-jena.de>, Steffen Neumann <sneumann@ipb-halle.de> 
6 6
 Maintainer: Steffen Neumann <sneumann@ipb-halle.de>
... ...
@@ -1,3 +1,4 @@
1
+#include <stdlib.h>
1 2
 #include <ims/utils/distribution.h>
2 3
 #include <algorithm>
3 4