25 lines
530 B
Diff
25 lines
530 B
Diff
|
From 6959a4c217d352e52673a3fec870eac17ceb60dc Mon Sep 17 00:00:00 2001
|
||
|
From: Jeff Law <law@redhat.com>
|
||
|
Date: Tue, 3 Nov 2020 08:05:03 -0700
|
||
|
Subject: [PATCH] gcc11
|
||
|
|
||
|
---
|
||
|
include/o3tl/lru_map.hxx | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
|
||
|
index e822fde029..33a1487fa2 100644
|
||
|
--- a/include/o3tl/lru_map.hxx
|
||
|
+++ b/include/o3tl/lru_map.hxx
|
||
|
@@ -14,6 +14,7 @@
|
||
|
#include <cassert>
|
||
|
#include <list>
|
||
|
#include <unordered_map>
|
||
|
+#include <cstddef>
|
||
|
|
||
|
namespace o3tl
|
||
|
{
|
||
|
--
|
||
|
2.28.0
|
||
|
|