From 6cf3bb3e4e5e5176b985fe820876e0d240e1159e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 3 Jul 2019 21:56:29 -0400 Subject: [PATCH] recover compilation of KSPACE package --- src/KSPACE/fft3d.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/KSPACE/fft3d.h b/src/KSPACE/fft3d.h index a51818d986..8c3d2f27ad 100644 --- a/src/KSPACE/fft3d.h +++ b/src/KSPACE/fft3d.h @@ -11,6 +11,8 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ +#include + // User-settable FFT precision // FFT_PRECISION = 1 is single-precision complex (4-byte real, 4-byte imag)