diff --git a/include/tools.h b/include/tools.h new file mode 100644 --- /dev/null +++ b/include/tools.h @@ -0,0 +1,13 @@ +/* + * $Id: tools.h 2 2007-12-22 14:15:30Z mbroeker $ + * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/tools.h $ + */ + +#ifndef TOOLS_H +#define TOOLS_H + +#include + +std::string itoa(const int& i); + +#endif