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. --- test/unit/UnitTester.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/UnitTester.cxx') diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx index bd4d611f8..ae2b757db 100644 --- a/test/unit/UnitTester.cxx +++ b/test/unit/UnitTester.cxx @@ -10,6 +10,7 @@ #include #include +#include #include #include "Debugging.h" -- cgit v1.2.3