From 1b8fa5f61888dc457ff90ac1e96c84b79558b359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Thu, 16 Jan 2025 19:51:09 +0100 Subject: [PATCH] docs: Add missing define directive to fix examples --- src/docs/code/full_example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/code/full_example.cpp b/src/docs/code/full_example.cpp index d5eca80..91962f1 100644 --- a/src/docs/code/full_example.cpp +++ b/src/docs/code/full_example.cpp @@ -1,3 +1,4 @@ +#define ANKERL_NANOBENCH_IMPLEMENT #include #include