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:
@@ -1,8 +1,8 @@
|
||||
#include <boost/numpy.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
#include <boost/numpy.hpp>
|
||||
|
||||
namespace bp = boost::python;
|
||||
namespace bn = boost::numpy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user