Support/PathV2: Just about every function call requires the Twine header.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 22:28:22 +0000 (22:28 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 22:28:22 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120327 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/PathV2.h

index e8c93a34b2b8d29327715e164715e92c0096dbad..ab9f077349f6e8cb156327d030db1bf74c9c08ee 100644 (file)
@@ -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>