diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp index f6c7e07cc61..321b3ec5d41 100644 --- a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp +++ b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp @@ -13,9 +13,11 @@ #include "FuzzerExtFunctions.h" #include "FuzzerIO.h" -#include "Psapi.h" #include "Windows.h" +// This must be included after Windows.h. +#include "Psapi.h" + namespace fuzzer { ExternalFunctions::ExternalFunctions() { |