use #include <cstdint> now that we require C++11

This commit is contained in:
Axel Kohlmeyer
2020-04-21 19:31:57 -04:00
parent db4c6e4056
commit 5eccaecf9b
4 changed files with 4 additions and 4 deletions

View File

@ -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;