Skip to content

Commit c21ea7b

Browse files
committed
LLVMTypeAnalyzer: Add missing include guard
1 parent 3198ff4 commit c21ea7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engine/internal/llvm/llvmtypeanalyzer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22

3+
#pragma once
4+
35
#include <scratchcpp/compiler.h>
46
#include <unordered_map>
57

0 commit comments

Comments
 (0)