Commit d66a696a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

avoid preprocessor warnings, by placing Python.h include file on the top, as...

avoid preprocessor warnings, by placing Python.h include file on the top, as suggested by python docs
parent 6a1f7e61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <Python.h>
#include <stdio.h>
#include <string.h>
#include "fix_python.h"