revert <cstdint> back to <stdint.h> as the former seems to require C++-11

This commit is contained in:
Axel Kohlmeyer
2018-04-27 18:25:30 -04:00
parent e4071d7f46
commit 0015b15b18
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
#include <cmath>
#include <cstdint>
#include <stdint.h> // <cstdint> requires C++-11
#include "math_special.h"
using namespace LAMMPS_NS;