Add stdint include.

This commit is contained in:
Sean Bowe
2017-03-17 11:34:30 -06:00
parent 7cf3af7d67
commit 2c9ee1a8bb

View File

@@ -1,6 +1,8 @@
#ifndef LIBRUSTZCASH_INCLUDE_H_
#define LIBRUSTZCASH_INCLUDE_H_
#include <stdint.h>
extern "C" {
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
}