Explicitly include <stdint.h>

This commit is contained in:
Frank Denis 2017-03-05 23:47:40 +01:00
parent b3e27d14aa
commit 25287ce7fb

View File

@ -12,6 +12,7 @@
defined(_M_X64) || defined(_M_AMD64))
# include <emmintrin.h>
# include <stdint.h>
# ifndef _mm_set_epi64x
# define _mm_set_epi64x(Q0, Q1) sodium__mm_set_epi64x((Q0), (Q1))