BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / ScaledNumber.h
index c0818d9bf6dd5c9cddb4d51153f8b7775f7712dd..2bd7e741dd28070b44d4d1a113854d4eec854a0d 100644 (file)
@@ -28,6 +28,7 @@
 #include <cstdint>
 #include <limits>
 #include <string>
+#include <tuple>
 #include <utility>
 
 namespace llvm {