From bdb9e546b3f9aa0807dcacbbe6f4388cd4dd8abe Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Thu, 9 Nov 2017 23:43:12 +0300 Subject: [PATCH] #0 [Core] Windows build --- easy_profiler_core/event_trace_win.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/easy_profiler_core/event_trace_win.cpp b/easy_profiler_core/event_trace_win.cpp index 871a797..c7d7349 100644 --- a/easy_profiler_core/event_trace_win.cpp +++ b/easy_profiler_core/event_trace_win.cpp @@ -61,6 +61,7 @@ #include #include #include +#include #include "profile_manager.h" #include "current_time.h"