We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244bb7b commit a84916aCopy full SHA for a84916a
1 file changed
eventstream_rpc/tests/EventStreamClientTest.cpp
@@ -6,8 +6,7 @@
6
7
#include <awstest/EchoTestRpcClient.h>
8
9
-#include <cinttypes>
10
-#include <thread>
+#include <aws/testing/aws_test_harness.h>
11
12
#if defined(_WIN32)
13
// aws_test_harness.h includes Windows.h, which is an abomination.
@@ -17,7 +16,9 @@
17
16
#endif
18
19
#include <aws/common/environment.h>
20
-#include <aws/testing/aws_test_harness.h>
+
+#include <cinttypes>
21
+#include <thread>
22
23
using namespace Aws::Crt;
24
using namespace Aws::Eventstreamrpc;
0 commit comments