Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231897 | Differences between
and this patch

Collapse All | Expand All

(-)lib/userSpec.cpp.orig (-1 / +2 lines)
Lines 41-47 Link Here
41
41
42
42
43
/////////////////////// Std includes
43
/////////////////////// Std includes
44
//#include <stdlib.h>
44
#include <cstdlib>
45
45
46
46
47
47
/////////////////////// Local includes
48
/////////////////////// Local includes
(-)gui/isotopicPatternCalculationDlg.cpp.orig (-1 / +3 lines)
Lines 61-68 Link Here
61
61
62
62
63
/////////////////////// Std includes
63
/////////////////////// Std includes
64
#include <math.h>
64
#include <cmath>
65
#include <algorithm>
65
#include <algorithm>
66
#include <limits>
67
66
68
67
69
68
/////////////////////// Local includes
70
/////////////////////// Local includes

Return to bug 231897