Skip to content

Commit a25e206

Browse files
committed
Add missing include (<functional> for std::ref)
llvm-svn: 340205
1 parent d08d9bf commit a25e206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Demangle/ItaniumDemangle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <cstdio>
2020
#include <cstdlib>
2121
#include <cstring>
22+
#include <functional>
2223
#include <numeric>
2324
#include <utility>
2425
#include <vector>

0 commit comments

Comments
 (0)