Changeset 1260 for trunk/yat/statistics


Ignore:
Timestamp:
Apr 8, 2008, 8:16:53 AM (15 years ago)
Author:
Jari Häkkinen
Message:

Made the project to compile on my Intel Mac running Leopard.

Location:
trunk/yat/statistics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/ROC.h

    r1145 r1260  
    66/*
    77  Copyright (C) 2004 Peter Johansson
    8   Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
    9   Copyright (C) 2007 Peter Johansson
     8  Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
    109
    1110  This file is part of the yat library, http://trac.thep.lu.se/yat
     
    3332#include <map>
    3433#include <utility>
     34
     35#include <sys/types.h>
    3536
    3637namespace theplu {
  • trunk/yat/statistics/VectorFunction.h

    r1000 r1260  
    66/*
    77  Copyright (C) 2007 Peter Johansson
     8  Copyright (C) 2008 Jari Häkkinen
    89
    910  This file is part of the yat library, http://trac.thep.lu.se/yat
     
    2627
    2728#include <vector>
     29
     30#include <sys/types.h>
    2831
    2932namespace theplu {
Note: See TracChangeset for help on using the changeset viewer.