diff options
| author | drowe67 <[email protected]> | 2023-07-14 17:07:32 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 17:07:32 +0930 |
| commit | 83981a52bfac45ad7d725f5976a662a144f82917 (patch) | |
| tree | 2bae8069c9f364ad8a0b74694b534987a68658db /src | |
| parent | 597e9eb965b6b79279d045a43fde60e031d2e716 (diff) | |
few teaks to hopefull help ctests on MacOS
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp_prim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp_prim.h b/src/comp_prim.h index 4a61feb..e0166d3 100644 --- a/src/comp_prim.h +++ b/src/comp_prim.h @@ -28,6 +28,8 @@ #ifndef __COMP_PRIM__ #define __COMP_PRIM__ +#include <math.h> + /*---------------------------------------------------------------------------*\ FUNCTIONS |
