#1150 Fixed argon2 header conflict.

This commit is contained in:
XMRig
2019-10-01 01:18:22 +07:00
parent 1558df5cda
commit 962ab093c2
5 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#ifndef ARGON2_CORE_H
#define ARGON2_CORE_H
#include "argon2.h"
#include "3rdparty/argon2.h"
#if defined(_MSC_VER)
#define ALIGN(n) __declspec(align(16))