Skip to content

Commit

Permalink
Import pybind11/eigen.h where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Jun 22, 2018
1 parent 8a634e0 commit 18f3ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/meas/astrom/sip/createWcsWithSip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* see <https://www.lsstcorp.org/LegalNotices/>.
*/
#include "pybind11/pybind11.h"
#include "pybind11/eigen.h"
#include "pybind11/stl.h"

#include <memory>
Expand Down
1 change: 1 addition & 0 deletions python/lsst/meas/astrom/sip/leastSqFitter1d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* see <https://www.lsstcorp.org/LegalNotices/>.
*/
#include "pybind11/pybind11.h"
#include "pybind11/eigen.h"
#include "pybind11/stl.h"

#include <string>
Expand Down
1 change: 1 addition & 0 deletions python/lsst/meas/astrom/sip/leastSqFitter2d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* see <https://www.lsstcorp.org/LegalNotices/>.
*/
#include "pybind11/pybind11.h"
#include "pybind11/eigen.h"
#include "pybind11/stl.h"

#include <string>
Expand Down

0 comments on commit 18f3ed8

Please sign in to comment.