There was an error while loading. Please reload this page.
1 parent 8726089 commit ac39649Copy full SHA for ac39649
1 file changed
google/cloud/internal/win32/ssl_ec_curves.cc
@@ -14,9 +14,14 @@
14
15
#ifdef _WIN32
16
#include "google/cloud/internal/ssl_ec_curves.h"
17
-#include <utility>
18
-#include <ncrypt.h>
+
+// windows.h must be included before ncrypt.h
19
+// clang-format off
20
#include <windows.h>
21
+#include <ncrypt.h>
22
+// clang-format on
23
24
+#include <utility>
25
26
namespace google {
27
namespace cloud {
0 commit comments