aboutsummaryrefslogtreecommitdiff
path: root/flang/runtime/execute.cpp
diff options
context:
space:
mode:
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 c84930c..0f5bc50 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>