X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fprofiler.cpp;h=c4c880b70241c826d87e7db7ba3598bc8034be84;hp=38681ed9fd2d5103c685d567a88690600cda36a8;hb=20c897ece781e18ba54c41fd68e232ce566a938d;hpb=4798e6e5eac917b6225a1295fa5b118d88345237 diff --git a/source/debug/profiler.cpp b/source/debug/profiler.cpp index 38681ed..c4c880b 100644 --- a/source/debug/profiler.cpp +++ b/source/debug/profiler.cpp @@ -1,5 +1,4 @@ #include -#include #include "profiler.h" #include "profilingscope.h" @@ -31,7 +30,7 @@ void Profiler::set_period(unsigned p) } } -void Profiler::add_scope(const std::string &name) +void Profiler::add_scope(const string &name) { if(!scopes.count(name)) {