This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch improve_benchmark
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/improve_benchmark by this push:
     new b9dbe81a Fix gcc error
b9dbe81a is described below

commit b9dbe81a1895e281267d4aa4eeb214a8e3028e04
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Nov 16 14:55:53 2023 +1100

    Fix gcc error
---
 src/test/cpp/benchmark/benchmark.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/cpp/benchmark/benchmark.cpp 
b/src/test/cpp/benchmark/benchmark.cpp
index 2e71d7cb..e6508481 100644
--- a/src/test/cpp/benchmark/benchmark.cpp
+++ b/src/test/cpp/benchmark/benchmark.cpp
@@ -8,6 +8,7 @@
 #include <benchmark/benchmark.h>
 #include <thread>
 #include <cstdlib>
+#include <iomanip>
 
 using namespace log4cxx;
 

Reply via email to