summaryrefslogtreecommitdiff
path: root/flang/runtime/execute.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-04-04 17:42:50 -0700
committerVitaly Buka <vitalybuka@google.com>2024-04-04 17:42:50 -0700
commit4021d3899046d5a27ffe48c607a19c7d4a86df14 (patch)
treee89f3b2540893ace6ab1c54767ef62c0f178c2ea /flang/runtime/execute.cpp
parent9877386e2390c42022a566f8fa6fd1f6df08c0ad (diff)
parenta9d93873f857963eeb9ef7f65a725e6aaf99c958 (diff)
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'flang/runtime/execute.cpp')
-rw-r--r--flang/runtime/execute.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/flang/runtime/execute.cpp b/flang/runtime/execute.cpp
index c84930c5c328..0f5bc5059e21 100644
--- a/flang/runtime/execute.cpp
+++ b/flang/runtime/execute.cpp
@@ -16,9 +16,7 @@
#include <future>
#include <limits>
#ifdef _WIN32
-#define LEAN_AND_MEAN
-#define NOMINMAX
-#include <windows.h>
+#include "flang/Common/windows-include.h"
#else
#include <signal.h>
#include <sys/wait.h>