[llvm-commits] [llvm] r151884 -	/llvm/trunk/include/llvm/Support/type_traits.h
    Chandler Carruth 
    chandlerc at gmail.com
       
    Fri Mar  2 01:46:02 PST 2012
    
    
  
Author: chandlerc
Date: Fri Mar  2 03:46:02 2012
New Revision: 151884
URL: http://llvm.org/viewvc/llvm-project?rev=151884&view=rev
Log:
Add a header that was technically missing to see if this gets the
offsetof buildbot errors to go away...
Modified:
    llvm/trunk/include/llvm/Support/type_traits.h
Modified: llvm/trunk/include/llvm/Support/type_traits.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/type_traits.h?rev=151884&r1=151883&r2=151884&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/type_traits.h (original)
+++ llvm/trunk/include/llvm/Support/type_traits.h Fri Mar  2 03:46:02 2012
@@ -18,6 +18,7 @@
 #define LLVM_SUPPORT_TYPE_TRAITS_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cstddef>
 #include <utility>
 
 // This is actually the conforming implementation which works with abstract
    
    
More information about the llvm-commits
mailing list