Skip to content

Commit

Permalink
FIX: Failed Windows build with MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-mk committed Aug 8, 2023
1 parent 9a1c916 commit 8a83e41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/llvm/Demangle/MicrosoftDemangleNodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "llvm/Demangle/Compiler.h"
#include "llvm/Demangle/StringView.h"
#include <array>
#include <string>
#include <cstdint>

class OutputStream;

Expand Down Expand Up @@ -602,4 +604,4 @@ struct FunctionSymbolNode : public SymbolNode {
} // namespace ms_demangle
} // namespace llvm

#endif
#endif

0 comments on commit 8a83e41

Please sign in to comment.