diff --git a/starry/_core/ops/lib/include/oblate/occultation.h b/starry/_core/ops/lib/include/oblate/occultation.h index 8a3c843a..868f6430 100644 --- a/starry/_core/ops/lib/include/oblate/occultation.h +++ b/starry/_core/ops/lib/include/oblate/occultation.h @@ -20,7 +20,8 @@ namespace occultation { using namespace utils; using namespace numerical; using namespace geometry; -using std::min, std::max; +using std::min; +using std::max; template class Occultation {