1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix macro guard error

This commit is contained in:
zhengyang01 2021-05-14 16:15:42 +08:00
parent 398dc3a8ba
commit 6d727aa3a3

View File

@ -1,5 +1,5 @@
#ifndef __TRACYLUA_HPP__
#define __TRACYLUA_HPP__
#ifndef __TRACYPYTHON_HPP__
#define __TRACYPYTHON_HPP__
// Include this file after you include python headers.