aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-05-10 16:41:10 +0200
committerGitHub <noreply@github.com>2021-05-10 16:41:10 +0200
commitbec33858bbd053404bbf2c4f60e97cad13c365e0 (patch)
tree424a42453f1e0658f4ae2ada64c3864a2beef1d3 /src/libexpr/primops.cc
parent7f7f99f3505ba9bc3d330fe32d3e697a2ad45446 (diff)
primops: math.h -> cmath
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index 3db9c6478..e8569b654 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -21,7 +21,7 @@
#include <regex>
#include <dlfcn.h>
-#include <math.h>
+#include <cmath>
namespace nix {