[llvm] r202753 - Add missing include.

Benjamin Kramer benny.kra at googlemail.com
Mon Mar 3 12:06:14 PST 2014


Author: d0k
Date: Mon Mar  3 14:06:13 2014
New Revision: 202753

URL: http://llvm.org/viewvc/llvm-project?rev=202753&view=rev
Log:
Add missing include.

libstdc++ and libc++ pulled this in transitively so I didn't notice.

Modified:
    llvm/trunk/include/llvm/Support/FileSystem.h

Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=202753&r1=202752&r2=202753&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Mon Mar  3 14:06:13 2014
@@ -39,6 +39,7 @@
 #include <iterator>
 #include <stack>
 #include <string>
+#include <tuple>
 #include <vector>
 
 #ifdef HAVE_SYS_STAT_H





More information about the llvm-commits mailing list