Changeset 2337


Ignore:
Timestamp:
Oct 15, 2010, 11:30:53 PM (13 years ago)
Author:
Peter
Message:

missing includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/KNN.h

    r2336 r2337  
    3434#include "yat/utility/Exception.h"
    3535#include "yat/utility/Matrix.h"
     36#include "yat/utility/VectorConstView.h"
     37#include "yat/utility/VectorView.h"
    3638#include "yat/utility/yat_assert.h"
    3739
     
    4244#include <map>
    4345#include <stdexcept>
     46#include <vector>
    4447
    4548namespace theplu {
Note: See TracChangeset for help on using the changeset viewer.