Tyro/src/common.h

14 lines
178 B
C++

/**
* A common header for global includes
*/
#ifndef TYRO_COMMON_H
#define TYRO_COMMON_H
#include <iostream>
#include <string>
using namespace std;
#endif // TYRO_COMMON_H