From 862986123116d94080e6958bcd1482ae354c6e6e Mon Sep 17 00:00:00 2001 From: "Ryan@WorkStation" Date: Thu, 13 Oct 2022 13:22:52 -0400 Subject: [PATCH] add the cmath for all header, just in case --- Qk.h | 1 + ad++.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Qk.h b/Qk.h index 355b4ab..230e14b 100644 --- a/Qk.h +++ b/Qk.h @@ -2,6 +2,7 @@ #define QK_H #include +#include double TauCal(double Energy_MeV){ diff --git a/ad++.h b/ad++.h index 4df306f..0e57ab2 100644 --- a/ad++.h +++ b/ad++.h @@ -4,6 +4,8 @@ #include "jSymbol.h" #include "Qk.h" +#include + #include #include #include