From 1de7f884ea6dfbc5ce9f27824c9a762115a862b5 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 12 Nov 2017 01:49:35 +0100 Subject: [PATCH] Document header include requirements. --- TracyOpenGL.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 7afcba66..605b8bae 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -1,6 +1,8 @@ #ifndef __TRACYOPENGL_HPP__ #define __TRACYOPENGL_HPP__ +// Include this file after you include OpenGL 3.2 headers. + #ifndef TRACY_ENABLE #define TracyGpuZone(x,y)