Changeset 442 for trunk/test/svm_test.cc


Ignore:
Timestamp:
Dec 15, 2005, 3:17:53 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Added include of needed header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/svm_test.cc

    r420 r442  
    99#include <c++_tools/svm/PolynomialKernelFunction.h>
    1010
     11#include <cassert>
    1112#include <fstream>
    1213#include <iostream>
    1314#include <cstdlib>
    14 #include <limits.h>
     15#include <limits>
    1516
    1617using namespace theplu;
Note: See TracChangeset for help on using the changeset viewer.