mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 13:09:24 +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>
|
#include <cinttypes>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "crypto/generic-ops.h"
|
|
||||||
#include "crypto/crypto-ops.h"
|
#include "crypto/crypto-ops.h"
|
||||||
#include "crypto/random.h"
|
#include "crypto/random.h"
|
||||||
#include "crypto/keccak.h"
|
#include "crypto/keccak.h"
|
||||||
}
|
}
|
||||||
|
#include "crypto/generic-ops.h"
|
||||||
#include "crypto/crypto.h"
|
#include "crypto/crypto.h"
|
||||||
|
|
||||||
#include "serialization/serialization.h"
|
#include "serialization/serialization.h"
|
||||||
|
|
Loading…
Reference in a new issue