diff options
Diffstat (limited to 'clang/unittests/Basic/DarwinSDKInfoTest.cpp')
-rw-r--r-- | clang/unittests/Basic/DarwinSDKInfoTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Basic/DarwinSDKInfoTest.cpp b/clang/unittests/Basic/DarwinSDKInfoTest.cpp index 887f74a..40c6c66 100644 --- a/clang/unittests/Basic/DarwinSDKInfoTest.cpp +++ b/clang/unittests/Basic/DarwinSDKInfoTest.cpp @@ -9,6 +9,7 @@ #include "clang/Basic/DarwinSDKInfo.h" #include "llvm/Support/JSON.h" #include "gtest/gtest.h" +#include <optional> using namespace llvm; using namespace clang; |