Skip to content

Commit ac39649

Browse files
committed
windows include order
1 parent 8726089 commit ac39649

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

google/cloud/internal/win32/ssl_ec_curves.cc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414

1515
#ifdef _WIN32
1616
#include "google/cloud/internal/ssl_ec_curves.h"
17-
#include <utility>
18-
#include <ncrypt.h>
17+
18+
// windows.h must be included before ncrypt.h
19+
// clang-format off
1920
#include <windows.h>
21+
#include <ncrypt.h>
22+
// clang-format on
23+
24+
#include <utility>
2025

2126
namespace google {
2227
namespace cloud {

0 commit comments

Comments
 (0)