Bläddra i källkod

MAPREDUCE-1251. c++ utils doesn't compile. Contributed by Eli Collins

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@909342 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas 15 år sedan
förälder
incheckning
2afcb33e13
3 ändrade filer med 5 tillägg och 0 borttagningar
  1. 2 0
      CHANGES.txt
  2. 2 0
      src/c++/pipes/api/hadoop/Pipes.hh
  3. 1 0
      src/c++/utils/api/hadoop/SerialUtils.hh

+ 2 - 0
CHANGES.txt

@@ -113,6 +113,8 @@ Release 0.20.2 - 2010-2-10
     HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
     via tomwhite)
 
+    MAPREDUCE-1251. c++ utils doesn't compile. (Eli Collins via tomwhite)
+
 Release 0.20.1 - 2009-09-01
 
   INCOMPATIBLE CHANGES

+ 2 - 0
src/c++/pipes/api/hadoop/Pipes.hh

@@ -31,6 +31,8 @@
 #include <string>
 #endif
 
+#include <stdint.h>
+
 namespace HadoopPipes {
 
 /**

+ 1 - 0
src/c++/utils/api/hadoop/SerialUtils.hh

@@ -19,6 +19,7 @@
 #define HADOOP_SERIAL_UTILS_HH
 
 #include <string>
+#include <stdint.h>
 
 namespace HadoopUtils {