lemon/dim2.h
changeset 1414 73e29215aaa4
parent 761 98a30824fe36
child 1432 da87dbdf3daf
equal deleted inserted replaced
13:a73e9c0f35e1 14:1043d850f277
    18 
    18 
    19 #ifndef LEMON_DIM2_H
    19 #ifndef LEMON_DIM2_H
    20 #define LEMON_DIM2_H
    20 #define LEMON_DIM2_H
    21 
    21 
    22 #include <iostream>
    22 #include <iostream>
       
    23 #include <algorithm>
    23 
    24 
    24 ///\ingroup geomdat
    25 ///\ingroup geomdat
    25 ///\file
    26 ///\file
    26 ///\brief A simple two dimensional vector and a bounding box implementation
    27 ///\brief A simple two dimensional vector and a bounding box implementation
    27 
    28