From 9c31fb41ee49336eb916179ec18f4c9eedd938da Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Sat, 16 Jun 2018 11:08:40 -0300 Subject: [PATCH] fix #36 --- examples/hello_world/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/hello_world/main.cpp b/examples/hello_world/main.cpp index 88d0594..a520268 100644 --- a/examples/hello_world/main.cpp +++ b/examples/hello_world/main.cpp @@ -16,7 +16,8 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#include +#include +#include // We don't care for a profiler. This definition does nothing. void b3BeginProfileScope(const char* name)