primops: math.h -> cmath

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Maximilian Bosch 2021-05-10 16:41:10 +02:00 committed by GitHub
parent 7f7f99f350
commit bec33858bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
#include <regex>
#include <dlfcn.h>
#include <math.h>
#include <cmath>
namespace nix {