diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-20 12:59:26 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-22 15:41:30 +0100 |
| commit | 0cccd90d07bb7a002ecd04581c2c1e18ef8314fe (patch) | |
| tree | 7b674e33c26e80df96346e3621ae5d6310f6eb4f /src/format_v2.h | |
| parent | 2c953a8012d07d76ae7f08e5a73504499d3047e2 (diff) | |
Add missing pragma once into a header file
Diffstat (limited to 'src/format_v2.h')
| -rw-r--r-- | src/format_v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format_v2.h b/src/format_v2.h index 4c3b7dc..3a0fea2 100644 --- a/src/format_v2.h +++ b/src/format_v2.h @@ -24,6 +24,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#pragma once + #include "buffered_stream.h" #include <endian.h> |
