From 43c4b61bdd3669c2cc08d50f10401f0b04befcc9 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 18 Mar 2021 19:04:08 +1100 Subject: std::optional is a basic vocabulary type that may be used widely so include almost everywhere. --- src/CellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index a13d74ebf..21fbb7003 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -16,6 +16,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3