Skip to content

Commit

Permalink
Missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 9, 2024
1 parent d4d61a0 commit df810b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/heyoka/model/sgp4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <functional>
#include <memory>
#include <optional>
#include <span>
#include <stdexcept>
#include <tuple>
#include <type_traits>
Expand Down
1 change: 1 addition & 0 deletions test/model_sgp4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <cstddef>
#include <ranges>
#include <span>
#include <sstream>
#include <stdexcept>
#include <utility>
Expand Down

0 comments on commit df810b5

Please sign in to comment.