nif_file.hpp: add stdint.h include to fix build

It fixes such compile errors as:
* error: ‘uint8_t’ does not name a type
* error: ‘uint16_t’ does not name a type
* error: ‘uint32_t’ does not name a type
actorid
Edmondo Tommasina 13 years ago
parent c08e098d7f
commit 20deb97a09

@ -36,6 +36,7 @@
#include <stdexcept>
#include <vector>
#include <cassert>
#include <stdint.h>
#include "record.hpp"
#include "nif_types.hpp"

Loading…
Cancel
Save