Skip to content

Commit 82858ce

Browse files
ktfdpiparo
authored andcommitted
Fix build issue on macOS 15.4 / XCode 16.3
`less` is defined in functional according to the C++ standard.
1 parent 42cc909 commit 82858ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/thread/inc/ROOT/RConcurrentHashColl.hxx

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <memory>
1515
#include <vector>
16+
#include <functional>
1617
#include "Rtypes.h"
1718

1819
namespace ROOT {

0 commit comments

Comments
 (0)