From: Ruben Ayrapetyan Date: Fri, 15 Sep 2017 18:50:00 +0000 (+0300) Subject: Fix build of profiler. X-Git-Tag: submit/tizen/20180620.112952^2~32^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02e7a454867d42708c23b9bb0599abbbe5b96c00;p=sdk%2Ftools%2Fheaptrack.git Fix build of profiler. --- 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 {