Skip to content

Commit

Permalink
fix a compile error on std::complex
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 2, 2023
1 parent f3a1e61 commit baf36f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/alignmentarray.h
Expand Up @@ -22,7 +22,7 @@

#include <QMutex>

#include <complex.h>
#include <complex>
#include <fftw3.h>
#include <vector>

Expand Down

0 comments on commit baf36f7

Please sign in to comment.