From 02e7a454867d42708c23b9bb0599abbbe5b96c00 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Fri, 15 Sep 2017 21:50:00 +0300 Subject: [PATCH] Fix build of profiler. --- profiler/profiler/src/stackentry.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiler/profiler/src/stackentry.h b/profiler/profiler/src/stackentry.h index c14955c..0eec2ff 100644 --- a/profiler/profiler/src/stackentry.h +++ b/profiler/profiler/src/stackentry.h @@ -1,8 +1,6 @@ #ifndef STACKENTRY_H #define STACKENTRY_H -#include - static constexpr size_t MAX_NAME_LENGTH = 512; class StackEntry { -- 2.7.4