From 806665354dfc0796ef8835d6695a6c696315e4f0 Mon Sep 17 00:00:00 2001 From: cutealien Date: Wed, 25 Aug 2021 17:23:16 +0000 Subject: [PATCH] Fix include guard in leakHunter.h git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6238 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/leakHunter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/leakHunter.h b/include/leakHunter.h index 243f09ef..4e1ada45 100644 --- a/include/leakHunter.h +++ b/include/leakHunter.h @@ -2,7 +2,8 @@ // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h -#ifndef __LEAK_HUNTER_INCLUDEED__ +#ifndef __LEAK_HUNTER_INCLUDED__ +#define __LEAK_HUNTER_INCLUDED__ #include "IrrCompileConfig.h"