From 605000de5e1dfc15ec27e6b5171038839acdc957 Mon Sep 17 00:00:00 2001 From: philippun Date: Fri, 28 Jul 2023 11:00:21 +0200 Subject: [PATCH] commented out another easy profiler include --- examples/FTCS_2D_proto_example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/FTCS_2D_proto_example.cpp b/examples/FTCS_2D_proto_example.cpp index 99502cc..ac27d25 100644 --- a/examples/FTCS_2D_proto_example.cpp +++ b/examples/FTCS_2D_proto_example.cpp @@ -7,7 +7,7 @@ */ #include -#include +// #include // #define EASY_PROFILER_ENABLE ::profiler::setEnabled(true);