-
Notifications
You must be signed in to change notification settings - Fork 6
/
stdafx.h
41 lines (33 loc) · 902 Bytes
/
stdafx.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// 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"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include "stdio.h"
#include <malloc.h>
#include <ATLComTime.h>
#include "picojson.h"
#include <tchar.h>
#include <iostream>
#include <fstream>
#include "Dictionary.h"
#include "DefaultEqualityComparerS.h"
#include "sha512.h"
#include "sha256.h"
#include "base64.h"
#include "KrakenException.h"
#include "easywsclient.hpp"
#include <ctime>
#include <ratio>
#include <chrono>
#include <time.h>
#include <memory>
//#include <thread>
//#include <chrono>
//#include <mutex>
#include "easylogging++.h"
// TODO: reference additional headers your program requires here