From 6d727aa3a327cbab8e1f185c9ba094c8b2a0b307 Mon Sep 17 00:00:00 2001 From: zhengyang01 Date: Fri, 14 May 2021 16:15:42 +0800 Subject: [PATCH] Fix macro guard error --- TracyPython.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TracyPython.hpp b/TracyPython.hpp index 984c67c2..4ce8e705 100644 --- a/TracyPython.hpp +++ b/TracyPython.hpp @@ -1,5 +1,5 @@ -#ifndef __TRACYLUA_HPP__ -#define __TRACYLUA_HPP__ +#ifndef __TRACYPYTHON_HPP__ +#define __TRACYPYTHON_HPP__ // Include this file after you include python headers.