Skip to content

Commit

Permalink
Merge pull request #645 from elbeno/add-missing-include
Browse files Browse the repository at this point in the history
🐛 Add missing include to `flow/impl.hpp`
  • Loading branch information
elbeno authored Nov 15, 2024
2 parents 088c05e + 9e7cd34 commit 1dd5170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/flow/impl.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <flow/common.hpp>
#include <flow/log.hpp>
#include <flow/step.hpp>
#include <log/log.hpp>

Expand Down

0 comments on commit 1dd5170

Please sign in to comment.