Changeset 728


Ignore:
Timestamp:
Dec 11, 2008, 4:23:57 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Changes needed to cleanly compile on g++ 4.3 on SuSE 11 x64.

Location:
branches/0.6-stable/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/lib/Gnuplot.cc

    r677 r728  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55  Copyright (C) 2007 Peter Johansson
     6  Copyright (C) 2008 Jari Häkkinen
    67
    78  This file is part of svndigest, http://dev.thep.lu.se/svndigest
     
    2627
    2728#include <cstdio>
     29#include <cstdlib>
    2830#include <string>
    2931#include <unistd.h>
  • branches/0.6-stable/lib/SVNlog.cc

    r677 r728  
    33/*
    44  Copyright (C) 2007 Jari Häkkinen, Peter Johansson
     5  Copyright (C) 2007 Jari Häkkinen
    56
    67  This file is part of svndigest, http://dev.thep.lu.se/svndigest
     
    2728#include "SVN.h"
    2829
     30#include <algorithm>
    2931#include <cassert>
    3032#include <string>
Note: See TracChangeset for help on using the changeset viewer.