Skip to content

Commit

Permalink
Fixup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed May 3, 2023
1 parent e4231a8 commit 8a968a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/umpire/strategy/SyncBeforeFree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include "umpire/strategy/SyncBeforeFree.hpp"

#include "umpire/Allocator.hpp"

namespace umpire {
namespace strategy {

Expand Down
7 changes: 6 additions & 1 deletion src/umpire/strategy/SyncBeforeFree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
#ifndef UMPIRE_SyncBeforeFree_HPP
#define UMPIRE_SyncBeforeFree_HPP

#include "camp/resource.hpp"
#include "umpire/strategy/AllocationStrategy.hpp"
#include "umpire/util/MemoryResourceTraits.hpp"

#include "camp/resource.hpp"

namespace umpire {

class Allocator;

namespace strategy {

class SyncBeforeFree : public AllocationStrategy {
Expand Down

0 comments on commit 8a968a0

Please sign in to comment.