[libcxx-commits] [libcxx] e657eb6 - [libc++][test] Adds a missing include.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 19 10:03:53 PDT 2023
Author: Mark de Wever
Date: 2023-03-19T18:03:25+01:00
New Revision: e657eb62559af2e1968ee77910db28d0bf2e3d01
URL: https://github.com/llvm/llvm-project/commit/e657eb62559af2e1968ee77910db28d0bf2e3d01
DIFF: https://github.com/llvm/llvm-project/commit/e657eb62559af2e1968ee77910db28d0bf2e3d01.diff
LOG: [libc++][test] Adds a missing include.
Added:
Modified:
libcxx/test/std/time/time.syn/formatter_tests.h
Removed:
################################################################################
diff --git a/libcxx/test/std/time/time.syn/formatter_tests.h b/libcxx/test/std/time/time.syn/formatter_tests.h
index 115d6cc7b93d8..42c176b3b47e5 100644
--- a/libcxx/test/std/time/time.syn/formatter_tests.h
+++ b/libcxx/test/std/time/time.syn/formatter_tests.h
@@ -15,6 +15,7 @@
#include <algorithm>
#include <cassert>
+#include <iostream>
#include <set>
#include <string>
#include <string_view>
More information about the libcxx-commits
mailing list