Skip to content

Commit 384269c

Browse files
committed
🐛 Add missing #pragma once directives
Problem: - Two headers are missing `#pragma once`. Solution: - Add it.
1 parent b580ab5 commit 384269c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

include/flow/graphviz_builder.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <flow/detail/walk.hpp>
24

35
#include <stdx/tuple_algorithms.hpp>

include/log/catalog/builder.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <log/catalog/mipi_builder.hpp>
24

35
#include <stdx/compiler.hpp>

0 commit comments

Comments
 (0)