00001 #pragma once
00002
00027 #ifndef __STDAFX_H__
00028 #define __STDAFX_H__
00029
00030
00031 #include "include.h"
00032
00033
00034 #ifdef MEMORY_LEAKS
00035 #define _CRTDBG_MAP_ALLOC
00036 #include <stdlib.h>
00037 #include <crtdbg.h>
00038 #endif
00039
00040
00041 #ifdef WINDOWS
00042 #include <windows.h>
00043 #endif // WINDOWS
00044
00045
00046 #include <iostream>
00047 #include <exception>
00048 #include <stdexcept>
00049 #include <string>
00050 #include <sstream>
00051 #include <strstream>
00052 #include <iomanip>
00053 #include <cctype>
00054 #include <fstream>
00055 #include <list>
00056 #include <ctime>
00057 #include <limits>
00058
00059 #endif // __STDAFX_H__