Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 129738757e2d8877076e9e73fa70f43d54d01389..03c7b3b6705fd3460d5b12f532e3508a3e0ee17b 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -437,6 +437,8 @@ class SamplerRegistry : public AllStatic { |
HAS_CPU_PROFILING_SAMPLERS |
}; |
+ static void SetUp(); |
+ |
typedef void (*VisitSampler)(Sampler*, void*); |
static State GetState(); |