mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Merge pull request #1637
6b14576
Fix clang build failure, caused by mixing C and C++ (tdprime)
This commit is contained in:
commit
1cb5905e71
1 changed files with 1 additions and 1 deletions
|
@ -40,11 +40,11 @@
|
|||
#include <cinttypes>
|
||||
|
||||
extern "C" {
|
||||
#include "crypto/generic-ops.h"
|
||||
#include "crypto/crypto-ops.h"
|
||||
#include "crypto/random.h"
|
||||
#include "crypto/keccak.h"
|
||||
}
|
||||
#include "crypto/generic-ops.h"
|
||||
#include "crypto/crypto.h"
|
||||
|
||||
#include "serialization/serialization.h"
|
||||
|
|
Loading…
Reference in a new issue