diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2024-04-04 17:42:50 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2024-04-04 17:42:50 -0700 |
| commit | 4021d3899046d5a27ffe48c607a19c7d4a86df14 (patch) | |
| tree | e89f3b2540893ace6ab1c54767ef62c0f178c2ea /flang/runtime/execute.cpp | |
| parent | 9877386e2390c42022a566f8fa6fd1f6df08c0ad (diff) | |
| parent | a9d93873f857963eeb9ef7f65a725e6aaf99c958 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.clangcodegen-remove-simplifycfgpass-preceding-removetrapspass
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'flang/runtime/execute.cpp')
| -rw-r--r-- | flang/runtime/execute.cpp | 4 |
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> |
