#ifndef _WARNINGS_ERRORS_H_ #define _WARNINGS_ERRORS_H_ #include #include #include SG_USING_STD(string); void uiuc_warnings_errors(int errorCode, string line); #endif //_WARNINGS_ERRORS_H_