Add a note about header requirements.

This commit is contained in:
Bartosz Taudul 2017-11-09 19:04:04 +01:00
parent 0aef1b6d4d
commit 1e4381ff42

View File

@ -1,6 +1,8 @@
#ifndef __TRACYLUA_HPP__
#define __TRACYLUA_HPP__
// Include this file after you include lua headers.
#ifndef TRACY_ENABLE
#include <string.h>