[med-svn] [SCM] filo branch, master, updated. aa1cde5d67fced6b2a06b3b97a8e443f09acd6fb
Aaron Quinlan
aaronquinlan at gmail.com
Fri Aug 12 06:38:41 UTC 2011
The following commit has been merged in the master branch:
commit f56efe345115f0c16827489c047875d8c92ce2a4
Author: Aaron Quinlan <aaronquinlan at gmail.com>
Date: Thu Jun 16 12:19:12 2011 -0400
include tweaks provided by Adam Huffman.
diff --git a/src/shuffle/shuffle.cpp b/src/shuffle/shuffle.cpp
index eccfcdf..fda40fa 100755
--- a/src/shuffle/shuffle.cpp
+++ b/src/shuffle/shuffle.cpp
@@ -3,6 +3,7 @@
#include <vector>
#include <algorithm>
#include <math.h>
+#include <cstring>
#include <unistd.h> // for getpid()
#include "version.h"
diff --git a/src/stats/stats.cpp b/src/stats/stats.cpp
index dc7e448..98611b0 100755
--- a/src/stats/stats.cpp
+++ b/src/stats/stats.cpp
@@ -7,6 +7,8 @@
#include <math.h>
#include <exception>
#include <stdexcept> // out_of_range exception
+#include <cstring>
+#include <climits>
#include "version.h"
#include "lineFileUtilities.h"
--
useful FILe and stream Operations
More information about the debian-med-commit
mailing list