Skip to content

Commit

Permalink
Fix include directories
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
eaasna committed Sep 11, 2024
1 parent c354020 commit d40fa45
Show file tree
Hide file tree
Showing 3 changed files with 5 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
2 changes: 2 additions & 0 deletions include/dream_stellar/utils/stellar_app_runtime.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

#pragma once

#include <ostream>

#include <dream_stellar/utils/stellar_kernel_runtime.hpp>
#include <dream_stellar/utils/stellar_runtime.hpp>

Expand Down

0 comments on commit d40fa45

Please sign in to comment.