From 10e3307512de67741f9391fda5cf75c724649c4c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 21 Oct 2017 15:02:43 +0200 Subject: [PATCH] Unique lz4 header guard. --- common/tracy_lz4.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tracy_lz4.hpp b/common/tracy_lz4.hpp index 86e138b4..75776bd6 100644 --- a/common/tracy_lz4.hpp +++ b/common/tracy_lz4.hpp @@ -34,8 +34,8 @@ */ -#ifndef LZ4_H_2983827168210 -#define LZ4_H_2983827168210 +#ifndef TRACY_LZ4_H_2983827168210 +#define TRACY_LZ4_H_2983827168210 /* --- Dependency --- */ #include /* size_t */