Tyro/src/common.h
2015-04-08 11:06:24 -04:00

15 lines
197 B
C++

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