You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2013/04/09 02:51:02 UTC

[Hama Wiki] Trivial Update of "HamaPipes" by edwardyoon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "HamaPipes" page has been changed by edwardyoon:
http://wiki.apache.org/hama/HamaPipes?action=diff&rev1=4&rev2=5

Comment:
rand is defined in cstdlib

  #include <math.h>
  #include <string>
  #include <iostream>
+ #include <cstdlib>
  
  using std::string;
  using std::cout;