Skip to content

Commit

Permalink
Merge pull request #80 from lsst/tickets/DM-18678-meas_modelfit
Browse files Browse the repository at this point in the history
DM-18678: Include some implicit std includes
  • Loading branch information
timj committed Mar 28, 2019
2 parents ea52513 + 6e6af70 commit a5d6a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/lsst/meas/modelfit/CModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#ifndef LSST_MEAS_MODELFIT_CModelFit_h_INCLUDED
#define LSST_MEAS_MODELFIT_CModelFit_h_INCLUDED

#include <bitset>
#include <string>

#include "ndarray.h"

#include "lsst/pex/config.h"
Expand Down
1 change: 1 addition & 0 deletions src/CModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
#include <cstdlib>
#include <memory>
#include <bitset>

#include "boost/filesystem/path.hpp"

Expand Down

0 comments on commit a5d6a7c

Please sign in to comment.