Skip to content

Commit a84916a

Browse files
author
Bret Ambrose
committed
Grumble
1 parent 244bb7b commit a84916a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

eventstream_rpc/tests/EventStreamClientTest.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
#include <awstest/EchoTestRpcClient.h>
88

9-
#include <cinttypes>
10-
#include <thread>
9+
#include <aws/testing/aws_test_harness.h>
1110

1211
#if defined(_WIN32)
1312
// aws_test_harness.h includes Windows.h, which is an abomination.
@@ -17,7 +16,9 @@
1716
#endif
1817

1918
#include <aws/common/environment.h>
20-
#include <aws/testing/aws_test_harness.h>
19+
20+
#include <cinttypes>
21+
#include <thread>
2122

2223
using namespace Aws::Crt;
2324
using namespace Aws::Eventstreamrpc;

0 commit comments

Comments
 (0)