Skip to content

Commit

Permalink
Maybe include stdexcept so that github understandS?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Aug 19, 2024
1 parent 5467ca3 commit 92b6145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ void AffineTransform(BoostPoint &point, const std::pair<double, double> &origin,
bg::set<1>(point, y);
}

} // namespace GeometryUtils
} // namespace geometry_utils

#endif // DLUP_GEOMETRY_UTILITIES_H
1 change: 1 addition & 0 deletions src/tiff/exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include <exception>
#include <stdexcept>
#include <string>

class TiffException : public std::runtime_error {
Expand Down

0 comments on commit 92b6145

Please sign in to comment.