Skip to content

Commit db269be

Browse files
Add missing include guard to pen blocks
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent fb92ade commit db269be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blocks/penblocks.h

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

35
namespace scratchcpprender

0 commit comments

Comments
 (0)