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/LineMarker.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LineMarker.cxx') diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index 09fe0e86d..0bafbe75f 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -13,6 +13,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3