[llvm-commits] [llvm] r120327 - /llvm/trunk/include/llvm/Support/PathV2.h

Michael J. Spencer bigcheesegs at gmail.com
Mon Nov 29 14:28:22 PST 2010


Author: mspencer
Date: Mon Nov 29 16:28:22 2010
New Revision: 120327

URL: http://llvm.org/viewvc/llvm-project?rev=120327&view=rev
Log:
Support/PathV2: Just about every function call requires the Twine header.

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

Modified: llvm/trunk/include/llvm/Support/PathV2.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/PathV2.h?rev=120327&r1=120326&r2=120327&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PathV2.h (original)
+++ llvm/trunk/include/llvm/Support/PathV2.h Mon Nov 29 16:28:22 2010
@@ -25,6 +25,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/SmallString.h"
+#include "llvm/ADT/Twine.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/system_error.h"
 #include <ctime>





More information about the llvm-commits mailing list