Applied a fix to qualify "UUID" with the lldb_private namespace to fix
build issues on MinGW.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124888 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/driver/Driver.cpp b/tools/driver/Driver.cpp
index 1cc3d19..3cf542f 100644
--- a/tools/driver/Driver.cpp
+++ b/tools/driver/Driver.cpp
@@ -935,7 +935,7 @@
 //{
 //    std::string path;
 //    VMRange text_range;
-//    UUID uuid;
+//    lldb_private::UUID uuid;
 //};
 //
 //void