diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H b/Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H index fecd3bd8b..b979025f3 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H +++ b/Source/FieldSolver/SpectralSolver/SpectralSolver_fwd.H @@ -1,8 +1,13 @@ -/* Copyright 2021 Luca Fedeli +/* Copyright 2021 Luca Fedeli, Axel Huebl * * This file is part of WarpX. * * License: BSD-3-Clause-LBNL */ +#ifndef WARPX_SPECTRALSOLVER_FWD_H +#define WARPX_SPECTRALSOLVER_FWD_H + class SpectralSolver; + +#endif /* WARPX_SPECTRALSOLVER_FWD_H */ |