Skip to content

Commit

Permalink
#include <algorithm>
Browse files Browse the repository at this point in the history
find_if is in <algorithm>, not <functional>

This generates an error with g++-14

Fixes UCL#1553
  • Loading branch information
KrisThielemans committed Dec 11, 2024
1 parent 9f6e139 commit f0ca503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/stir/modelling/PlasmaData.inl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "stir/warning.h"
#include "stir/error.h"
#include <functional>
#include <algorithm>

START_NAMESPACE_STIR

Expand Down

0 comments on commit f0ca503

Please sign in to comment.