ext/phc-winner-argon2/src/opt.h in argon2-0.1.1 vs ext/phc-winner-argon2/src/opt.h in argon2-0.1.2

- old
+ new

@@ -12,9 +12,14 @@ */ #ifndef ARGON2_OPT_H #define ARGON2_OPT_H +#include <stdint.h> +#include <emmintrin.h> +#include "argon2.h" +#include "core.h" + /* * Function fills a new memory block. Differs from the * @param state Pointer to the just produced block. Content will be updated(!) * @param ref_block Pointer to the reference block * @param next_block Pointer to the block to be constructed