mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
primops: math.h -> cmath
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
7f7f99f350
commit
bec33858bb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <regex>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue