changeset 1143 | f85ee41c84bc |
parent 786 | e20173729589 |
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 |