revert <cstdint> back to <stdint.h> as the former seems to require C++-11
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <stdint.h> // <cstdint> requires C++-11
|
||||
#include "math_special.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
Reference in New Issue
Block a user