[Lldb-commits] [lldb] r263899 - Attempt to fix MSVC build (no __attribute__ there)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 20 06:37:56 PDT 2016


Author: labath
Date: Sun Mar 20 08:37:55 2016
New Revision: 263899

URL: http://llvm.org/viewvc/llvm-project?rev=263899&view=rev
Log:
Attempt to fix MSVC build (no __attribute__ there)

Modified:
    lldb/trunk/include/lldb/Expression/DiagnosticManager.h

Modified: lldb/trunk/include/lldb/Expression/DiagnosticManager.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/DiagnosticManager.h?rev=263899&r1=263898&r2=263899&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/DiagnosticManager.h (original)
+++ lldb/trunk/include/lldb/Expression/DiagnosticManager.h Sun Mar 20 08:37:55 2016
@@ -10,6 +10,7 @@
 #ifndef lldb_DiagnosticManager_h
 #define lldb_DiagnosticManager_h
 
+#include "lldb/lldb-defines.h"
 #include "lldb/lldb-types.h"
 
 #include <string>




More information about the lldb-commits mailing list