Skip to content

Commit

Permalink
Fix include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Sep 11, 2024
1 parent 3baff28 commit cb2e8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dream_stellar/options/dream_options.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include <set>
#include <cstdint>
#include <vector>

namespace dream_stellar
{
Expand Down
1 change: 1 addition & 0 deletions include/dream_stellar/options/index_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#pragma once

#include <limits>
#include <cstddef>

namespace dream_stellar
{
Expand Down

0 comments on commit cb2e8fd

Please sign in to comment.