lemon/counter.h
changeset 1327 18c89646185e
parent 833 e20173729589
equal deleted inserted replaced
6:f2c2bea05a8d 7:67f626ebf5e2
    19 #ifndef LEMON_COUNTER_H
    19 #ifndef LEMON_COUNTER_H
    20 #define LEMON_COUNTER_H
    20 #define LEMON_COUNTER_H
    21 
    21 
    22 #include <string>
    22 #include <string>
    23 #include <iostream>
    23 #include <iostream>
       
    24 
       
    25 #include <lemon/core.h>
    24 
    26 
    25 ///\ingroup timecount
    27 ///\ingroup timecount
    26 ///\file
    28 ///\file
    27 ///\brief Tools for counting steps and events
    29 ///\brief Tools for counting steps and events
    28 
    30