Skip to content

Commit

Permalink
add missing include for memory
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Jul 3, 2024
1 parent 34d36f3 commit 892ec5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/magneticField/turbulentField/PlaneWaveTurbulence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

#ifdef ENABLE_FAST_WAVES
#include <immintrin.h>
#include <memory.h>
#endif

namespace crpropa {
Expand Down

0 comments on commit 892ec5b

Please sign in to comment.