diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-18 19:04:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-18 19:04:08 +1100 |
commit | 43c4b61bdd3669c2cc08d50f10401f0b04befcc9 (patch) | |
tree | b4d2bd7cb460527591554481b0898ad67a710b9e /test/unit/UnitTester.cxx | |
parent | cb7f77559b1682e7655af5a88b5bbeb63899eca4 (diff) | |
download | scintilla-mirror-43c4b61bdd3669c2cc08d50f10401f0b04befcc9.tar.gz |
std::optional is a basic vocabulary type that may be used widely so include
almost everywhere.
Diffstat (limited to 'test/unit/UnitTester.cxx')
-rw-r--r-- | test/unit/UnitTester.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string_view> #include <vector> +#include <optional> #include <memory> #include "Debugging.h" |