add the cmath for all header, just in case

This commit is contained in:
Ryan Tang 2022-10-13 13:22:52 -04:00
parent 3933ad20af
commit 8629861231
2 changed files with 3 additions and 0 deletions

1
Qk.h
View File

@ -2,6 +2,7 @@
#define QK_H
#include <cstdio>
#include <cmath>
double TauCal(double Energy_MeV){

2
ad++.h
View File

@ -4,6 +4,8 @@
#include "jSymbol.h"
#include "Qk.h"
#include <cmath>
#include <TROOT.h>
#include <TSystem.h>
#include <TAxis.h>