Skip to content

Commit 9e7cd34

Browse files
committed
🐛 Add missing include to flow/impl.hpp
Problem: - `flow/impl.hpp` references `flow::get_log_spec` but does not include `flow/log.hpp`. Solution: - Add the include.
1 parent 088c05e commit 9e7cd34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/flow/impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <flow/common.hpp>
4+
#include <flow/log.hpp>
45
#include <flow/step.hpp>
56
#include <log/log.hpp>
67

0 commit comments

Comments
 (0)