diff options
Diffstat (limited to 'Source/Python/WarpX_py.cpp')
-rw-r--r-- | Source/Python/WarpX_py.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Python/WarpX_py.cpp b/Source/Python/WarpX_py.cpp index 4ca06b644..f53bc007c 100644 --- a/Source/Python/WarpX_py.cpp +++ b/Source/Python/WarpX_py.cpp @@ -5,7 +5,8 @@ * * License: BSD-3-Clause-LBNL */ -#include <WarpX_py.H> +#include "WarpX_py.H" + extern "C" { |