Fix compile error with Xcode 16

This commit is contained in:
Davide 2024-11-13 11:35:10 +01:00
parent a896f784bc
commit d8bcdf22f1
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
#include <Foundation/Foundation.h>
#include "key.h"
#include "x25519.h"