2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

fixed header order in gaussian example; Python.h should always come before system headers

This commit is contained in:
Jim Bosch
2012-03-18 17:05:22 -04:00
parent 1e66e33201
commit b219376e24

View File

@@ -1,8 +1,8 @@
#include <boost/numpy.hpp>
#include <cmath>
#include <memory>
#include <boost/numpy.hpp>
namespace bp = boost::python;
namespace bn = boost::numpy;