Ticket #27109: patch-fix-gcc43plus-header-deps.diff

File patch-fix-gcc43plus-header-deps.diff, 530 bytes (added by dmeliza@…, 13 years ago)

patch for blitz header library to work with gcc 4.3+

  • blitz/funcs.h

    old new  
    3131#include <blitz/promote.h>
    3232#include <blitz/prettyprint.h>
    3333
     34#include <cstdlib>
     35
    3436BZ_NAMESPACE(blitz)
    3537   
    3638/* Helper functions */
  • blitz/mathfunc.h

    old new  
    1212 #include <blitz/prettyprint.h>
    1313#endif
    1414
     15#include <cstdlib>
     16
    1517BZ_NAMESPACE(blitz)
    1618
    1719// abs(P_numtype1)    Absolute value