ir_matcher: Add missing header guard
This commit is contained in:
parent
6bbc53839f
commit
29d1758923
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <optional>
|
||||
#include <tuple>
|
||||
|
||||
|
|
Loading…
Reference in a new issue