Skip to content

Commit

Permalink
add include statement for memory in case of FastWave build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Oct 18, 2023
1 parent 78331e7 commit c8d6583
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 @@ -49,6 +49,7 @@
#include <iostream>

#if defined(FAST_WAVES)
#include <memory>
#if defined(__SSE__) && defined(__SSE2__) && defined(__SSE3__) && defined(__SSE4_1__) && defined(__SSE4_2__) && defined(__AVX__)
#define ENABLE_FAST_WAVES
#else
Expand Down

0 comments on commit c8d6583

Please sign in to comment.