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)