Skip to content

Commit

Permalink
Fix build issues for masOS Sonoma 14.4
Browse files Browse the repository at this point in the history
The latest macOS update seems to have moved AuthorizationRef, so add the
extra include to allow it to build properly.
  • Loading branch information
cailafinn committed Apr 5, 2024
1 parent dd1c15a commit 4694173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Kernel/src/NetworkProxyOSX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#include "MantidKernel/NetworkProxy.h"
#include <CFNetwork/CFProxySupport.h>
#include <CoreFoundation/CoreFoundation.h>
#include <Security/Authorization.h>
#include <SystemConfiguration/SystemConfiguration.h>
#include <sstream>
#include <string>
#include <vector>

namespace Mantid {
Expand Down

0 comments on commit 4694173

Please sign in to comment.