From 4620ed47a3ae61bb795091a31b4c5731e2e60b87 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 15 Apr 2019 13:00:04 -0400 Subject: common/{lz4_compression, zstd_compression}: Add missing header guards These two files were missing the #pragma once directive. --- src/common/lz4_compression.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/lz4_compression.h') diff --git a/src/common/lz4_compression.h b/src/common/lz4_compression.h index fe2231a6c..4c16f6e03 100644 --- a/src/common/lz4_compression.h +++ b/src/common/lz4_compression.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include #include "common/common_types.h" -- cgit v1.2.3