Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFlo...
[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 {