From 7df11b9bd909562b4d9c388608dc924208d6a001 Mon Sep 17 00:00:00 2001 From: Timo Paulssen Date: Wed, 19 Apr 2017 12:40:22 +0200 Subject: [PATCH] include telemeh.h in moar.h --- src/moar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/moar.h b/src/moar.h index e3b54b5573..8f8614a91e 100644 --- a/src/moar.h +++ b/src/moar.h @@ -189,6 +189,7 @@ MVM_PUBLIC const MVMint32 MVM_jit_support(void); #include "profiler/log.h" #include "profiler/profile.h" #include "profiler/heapsnapshot.h" +#include "profiler/telemeh.h" #include "instrument/crossthreadwrite.h" #include "instrument/line_coverage.h"