[ADT] Run clang-format over PointerUnion.h and clean up its comments.
[oota-llvm.git] / include / llvm / ADT / PriorityQueue.h
index a8809dc0b267629e77e66041efc0f24e85509528..827d0b346e591a6ebb5f30302ec157908069c85d 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ADT_PRIORITY_QUEUE_H
-#define LLVM_ADT_PRIORITY_QUEUE_H
+#ifndef LLVM_ADT_PRIORITYQUEUE_H
+#define LLVM_ADT_PRIORITYQUEUE_H
 
+#include <algorithm>
 #include <queue>
 
 namespace llvm {