-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.h
38 lines (33 loc) · 958 Bytes
/
global.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
//#ifndef GLOBAL_H
//#define GLOBAL_H
//#include <boost/bind/bind.hpp>
//#include <boost/asio.hpp>
//#include <boost/shared_ptr.hpp>
//#include <boost/enable_shared_from_this.hpp>
//#include <fstream>
//#include <string>
//#include <string.h>
//#include <queue>
//#include <boost/thread.hpp>
//#include <stdlib.h> // rand() 随机整数 1804289383
//#include <stdio.h>
//#include <iostream>
//#include<unistd.h>
//// #ifdef _WIN32
//#ifdef _WIN64
//#include<winsock2.h>
//#endif
//// #pragma comment(lib, "ws2_32.lib")
////using namespace boost::placeholders;
////using namespace std;
//// opencv
//#include <opencv2/core.hpp>
//#include <opencv2/videoio.hpp>
//#include <opencv2/highgui.hpp>
//#include "opencv2/opencv.hpp"
//#include "opencv2/imgproc/imgproc.hpp"
////using namespace cv;
////using namespace boost::asio;
//// using namespace boost::posix_time;
//void print(const char* s);
//#endif // GLOBAL_H