From 43191ec1006120f2aefc53c6053ffcdcfadc049f Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Thu, 2 Jun 2022 16:05:57 -0300 Subject: [PATCH] Add missing header Needed for uint_least32_t. --- llarp/util/logging/source_location.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llarp/util/logging/source_location.hpp b/llarp/util/logging/source_location.hpp index 35f5cc7fc..39b707a30 100644 --- a/llarp/util/logging/source_location.hpp +++ b/llarp/util/logging/source_location.hpp @@ -4,6 +4,7 @@ #include namespace slns = std; #else +#include namespace slns { struct source_location