From d915a8d506c7f6cb287c1f4ebc079d17f088cacf Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Sat, 30 Sep 2017 20:57:22 +0300 Subject: [PATCH] #0 gcc build fix --- easy_profiler_core/thread_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_profiler_core/thread_storage.h b/easy_profiler_core/thread_storage.h index 2803115..d1b830c 100644 --- a/easy_profiler_core/thread_storage.h +++ b/easy_profiler_core/thread_storage.h @@ -47,7 +47,7 @@ The Apache License, Version 2.0 (the "License"); #include #include #include -#include +#include #include "stack_buffer.h" #include "chunk_allocator.h"