include cstdlib in lmptype.h since we define ATOX() macros.

This commit is contained in:
Axel Kohlmeyer 2019-07-30 14:07:30 -04:00
parent b0bccfd8a1
commit 6d94fc1b3d
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#endif
#include <climits>
#include <cstdlib>
#include <stdint.h> // <cstdint> requires C++-11
#include <inttypes.h> // <cinttypes> requires C++-11