Skip to content

Commit

Permalink
Merge pull request #654 from lsst/tickets/DM-36183
Browse files Browse the repository at this point in the history
DM-36183: Add missing header files for boost 1.78/1.80
  • Loading branch information
mwittgen committed Sep 12, 2022
2 parents 67799ae + da42e52 commit 798414c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/lsst/afw/image/MaskedImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <string>

#include "boost/mpl/at.hpp"
#include "boost/mpl/vector.hpp"
#include "boost/iterator/zip_iterator.hpp"
#include "boost/tuple/tuple.hpp" // cannot convert to std::tuple (yet) because of use with boost::gil

Expand Down
1 change: 1 addition & 0 deletions src/image/PhotoCalib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <cmath>
#include <iostream>
#include <iomanip>

#include "lsst/geom/Point.h"
#include "lsst/afw/image/PhotoCalib.h"
Expand Down

0 comments on commit 798414c

Please sign in to comment.