Skip to content

Commit

Permalink
dfu-impl: add optional include
Browse files Browse the repository at this point in the history
Problem: does not compile, solution: add header
  • Loading branch information
trws authored Aug 31, 2024
1 parent cd63a6a commit 0d5065a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/traversers/dfu_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extern "C" {
}

#include "resource/traversers/dfu_impl.hpp"
#include <optional>
#include <boost/iterator/transform_iterator.hpp>

using namespace Flux::Jobspec;
Expand Down

0 comments on commit 0d5065a

Please sign in to comment.