$OpenBSD: patch-src_Log_hxx,v 1.1 2021/11/21 08:10:41 landry Exp $

include <utility> for std::forward.
d39b11ba5d0f9e36e59f1fdf7321bcd64c3bfe26

Index: src/Log.hxx
--- src/Log.hxx.orig
+++ src/Log.hxx
@@ -24,6 +24,7 @@
 #include "util/Compiler.h"
 
 #include <exception>
+#include <utility>
 
 class Domain;
 
