diff options
Diffstat (limited to 'src/light.cpp')
-rw-r--r-- | src/light.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light.cpp b/src/light.cpp index b269f6233..575bc2c72 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "light.h" -#include <math.h> +#include <cmath> #include "util/numeric.h" #include "settings.h" |