Fix compile error with Xcode 16
This commit is contained in:
parent
a896f784bc
commit
d8bcdf22f1
|
@ -1,6 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
|
#include <Foundation/Foundation.h>
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "x25519.h"
|
#include "x25519.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue