From 1e4381ff426e8aa22a6389fb0c238581ed9a1aef Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 9 Nov 2017 19:04:04 +0100 Subject: [PATCH] Add a note about header requirements. --- TracyLua.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TracyLua.hpp b/TracyLua.hpp index 9859da29..b4e507c5 100644 --- a/TracyLua.hpp +++ b/TracyLua.hpp @@ -1,6 +1,8 @@ #ifndef __TRACYLUA_HPP__ #define __TRACYLUA_HPP__ +// Include this file after you include lua headers. + #ifndef TRACY_ENABLE #include