Include MathExtras.h to fix build breakage, thanks to Vladimir
authorNate Begeman <natebegeman@mac.com>
Sat, 4 Sep 2004 14:51:26 +0000 (14:51 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 4 Sep 2004 14:51:26 +0000 (14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16164 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC32AsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp

index 1d2163c87187dcc57553bc55dc838b10cb33869f..b0503d2a2da38518148ac38f525e69abad081da8 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Mangler.h"
+#include "llvm/Support/MathExtras.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/ADT/Statistic.h"
index 1d2163c87187dcc57553bc55dc838b10cb33869f..b0503d2a2da38518148ac38f525e69abad081da8 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Mangler.h"
+#include "llvm/Support/MathExtras.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/ADT/Statistic.h"