Add a note about a potential PIC optimization.
[oota-llvm.git] / include / llvm / ADT / OwningPtr.h
index 2743feea10b32c76dbe9fb16a8fc3cbc63f25973..95d7db17b9128bf01f8b3b129222db8cc913ec0d 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Chris Lattner and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -15,6 +15,7 @@
 #define LLVM_ADT_OWNING_PTR_H
 
 #include <cassert>
+#include <cstddef>
 
 namespace llvm {