From d66a696a845b62c3dcc19d2e03b38d89f8d09f08 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 15 May 2017 18:02:02 -0400 Subject: [PATCH] avoid preprocessor warnings, by placing Python.h include file on the top, as suggested by python docs --- src/PYTHON/fix_python.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PYTHON/fix_python.cpp b/src/PYTHON/fix_python.cpp index 4f437b7488..a3ff292f9a 100644 --- a/src/PYTHON/fix_python.cpp +++ b/src/PYTHON/fix_python.cpp @@ -11,6 +11,7 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ +#include #include #include #include "fix_python.h"