use #include <cstdint> now that we require C++11
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "math_special.h"
|
||||
#include <cmath>
|
||||
#include <stdint.h> // IWYU pragma: keep
|
||||
#include <cstdint> // IWYU pragma: keep
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user