Add missing math.h header

This commit is contained in:
Richard Berger 2018-01-13 20:41:05 +01:00
parent 1bd9e175e9
commit 72eb2dab52
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ PairStyle(polymorphic,PairPolymorphic)
#define LMP_PAIR_POLYMORPHIC_H
#include "pair.h"
#include <math.h>
namespace LAMMPS_NS {

View File

@ -21,6 +21,7 @@ PairStyle(tersoff/mod,PairTersoffMOD)
#define LMP_PAIR_TERSOFF_MOD_H
#include "pair_tersoff.h"
#include <math.h>
namespace LAMMPS_NS {