// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#ifndef _STDAFX_H_
#define _STDAFX_H_

#include "targetver.h"

#include <stdio.h>
//#include <tchar.h>
#include <string>
#include <algorithm>
#include <functional>
#include <cctype>
#include <locale>
#include <map>
#include <vector>
#include <sstream>
#include <iostream>

using namespace std;

typedef vector<string> CStringVec;
typedef unsigned char BYTE;

#endif
