From 6a113127639fc7e91b6e106a90ad2e112662eed0 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 2 Mar 2023 10:56:50 +0200 Subject: [PATCH] Utilities - Added missing import of the `to` template from `std.conv` --- source/dlog/utilities.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dlog/utilities.d b/source/dlog/utilities.d index bb15816..67c11be 100644 --- a/source/dlog/utilities.d +++ b/source/dlog/utilities.d @@ -1,5 +1,7 @@ module dlog.utilities; +import std.conv : to; + /** * Given an arbitrary amount of arguments, convert each to a string * and return that as an array