aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testSplitVector.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-18 19:04:08 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-18 19:04:08 +1100
commit43c4b61bdd3669c2cc08d50f10401f0b04befcc9 (patch)
treeb4d2bd7cb460527591554481b0898ad67a710b9e /test/unit/testSplitVector.cxx
parentcb7f77559b1682e7655af5a88b5bbeb63899eca4 (diff)
downloadscintilla-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/testSplitVector.cxx')
-rw-r--r--test/unit/testSplitVector.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testSplitVector.cxx b/test/unit/testSplitVector.cxx
index 341495894..a0f61bbe3 100644
--- a/test/unit/testSplitVector.cxx
+++ b/test/unit/testSplitVector.cxx
@@ -6,6 +6,7 @@
#include <stdexcept>
#include <string_view>
#include <vector>
+#include <optional>
#include <algorithm>
#include <memory>