fix BSD/Linux compile problem (uint8_t)

pull/1/head
Ryan Tharp 6 years ago
parent bdb29a3c37
commit b7a75c2901

@ -1,6 +1,7 @@
#ifndef LLARP_ENCODE_HPP
#define LLARP_ENCODE_HPP
#include <cstdlib>
#include <stdint.h>
namespace llarp
{

Loading…
Cancel
Save