Skip to content

Commit 6bb7a77

Browse files
author
Grok Compression
committed
add missing #pragma in header
1 parent 6a607f8 commit 6bb7a77

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib/core/codestream/Profile.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
#pragma once
19+
1820
namespace grk
1921
{
2022
class GrkImage;

src/lib/core/util/GrkMatrix.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
#pragma once
19+
1820
#include <cstdint>
1921

2022
namespace grk

0 commit comments

Comments
 (0)