31 lines
629 B
C++
31 lines
629 B
C++
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
#include <locale.h>
|
|
|
|
#include <granny.h>
|
|
|
|
#include <locale>
|
|
#include <list>
|
|
#include <vector>
|
|
#include <string>
|
|
#include <cstring>
|
|
|
|
#include <boost/assert.hpp>
|
|
#include <boost/unordered_map.hpp>
|
|
#include <boost/algorithm/string.hpp>
|
|
#include <boost/filesystem.hpp>
|
|
#include <boost/filesystem/fstream.hpp>
|
|
|
|
|
|
namespace fs = boost::filesystem;
|
|
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f
|