summaryrefslogtreecommitdiff
blob: 453c76e0e2e6eb7bb475ed11facfccf5cf219e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 2.0.4.5.orig/CLHEP/Random/test/testBug58950.cc	2009-12-07 18:49:51.000000000 +0000
+++ 2.0.4.5/CLHEP/Random/test/testBug58950.cc	2010-01-19 17:25:07.493351325 +0000
@@ -9,6 +9,9 @@
 #include <iostream> 
 #include <stdexcept>
 #include <cmath>
+#if __GNUC__ >=4 && __GNUC_MINOR__ >=3
+#include <cstdlib>
+#endif
 #include "CLHEP/Random/RanecuEngine.h"
 #include "CLHEP/Random/Random.h"