Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 895216
Collapse All | Expand All

(-)a/src/utils/math.h (-1 / +1 lines)
Lines 5-11 Link Here
5
#define UTILS_MATH_H
5
#define UTILS_MATH_H
6
6
7
#include <cmath>
7
#include <cmath>
8
8
#include <stdint.h>
9
9
10
//c++11 no longer defines M_PI, so add our own constant.
10
//c++11 no longer defines M_PI, so add our own constant.
11
#ifndef M_PI
11
#ifndef M_PI

Return to bug 895216