[llvm] [ADT] Add implementations for avgFloor and avgCeil to APInt (PR #84431)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 07:04:29 PDT 2024


================
@@ -14,6 +14,7 @@
 #include "llvm/Support/Alignment.h"
 #include "gtest/gtest.h"
 #include <array>
+#include <limits.h>
----------------
RKSimon wrote:

```#include <climits>```

https://github.com/llvm/llvm-project/pull/84431


More information about the llvm-commits mailing list